1
0
forked from baron/baron-sso

e54802140a 병합 userfront-e2e 오류 수정

This commit is contained in:
2026-05-27 11:11:41 +09:00
parent 36cd693b4f
commit 955d0fb6da
6 changed files with 31 additions and 20 deletions

View File

@@ -798,7 +798,7 @@ class _LoginScreenState extends ConsumerState<LoginScreen>
}
final localeCode =
extractLocaleFromPath(Uri.base) ?? resolvePreferredLocaleCode();
context.go(buildLocalizedVerificationCompletePath(localeCode));
webWindow.redirectTo(buildLocalizedVerificationCompletePath(localeCode));
return true;
}
@@ -844,9 +844,7 @@ class _LoginScreenState extends ConsumerState<LoginScreen>
}
void _closeVerificationWindowIfPossible() {
if (webWindow.hasOpener()) {
webWindow.close();
}
webWindow.close();
}
void _handleVerificationResultPrimaryAction() {