mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-04 11:45:38 +08:00
fix(shell): remove unnecessary attributes from window.open for auth URL
This commit is contained in:
@@ -68,7 +68,7 @@ export function useShellRuntime({
|
||||
return false;
|
||||
}
|
||||
|
||||
const popup = window.open(url, '_blank', 'noopener,noreferrer');
|
||||
const popup = window.open(url, '_blank');
|
||||
if (popup) {
|
||||
try {
|
||||
popup.opener = null;
|
||||
|
||||
Reference in New Issue
Block a user