mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-05 14:07:40 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const popup = window.open(url, '_blank', 'noopener,noreferrer');
|
const popup = window.open(url, '_blank');
|
||||||
if (popup) {
|
if (popup) {
|
||||||
try {
|
try {
|
||||||
popup.opener = null;
|
popup.opener = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user