Skip to content

Commit fe0600b

Browse files
committed
feat: check brave window block
1 parent cd0770b commit fe0600b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared/src/components/auth/AuthOptionsInner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ function AuthOptionsInner({
531531
onAuthStateUpdate?.({ isLoading: false });
532532
return;
533533
}
534-
if (isIOSApp) {
534+
if (isIOSApp || router?.query?.brave) {
535535
window.location.href = socialUrl;
536536
return;
537537
}

0 commit comments

Comments
 (0)