storkit: merge 449_bug_oauth_callback_url_ignores_port_cli_flag
This commit is contained in:
@@ -349,7 +349,11 @@ export function ChatHeader({
|
||||
type="button"
|
||||
title="Authenticate with Claude via OAuth"
|
||||
onClick={() => {
|
||||
window.open("/oauth/authorize", "_blank", "noopener,noreferrer");
|
||||
window.open(
|
||||
"/oauth/authorize",
|
||||
"_blank",
|
||||
"noopener,noreferrer",
|
||||
);
|
||||
}}
|
||||
style={{
|
||||
padding: "6px 12px",
|
||||
|
||||
Reference in New Issue
Block a user