mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-05 05:57:50 +00: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