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

@@ -705,3 +705,4 @@ toggle_label = "Show active sessions only"
[msg.userfront.audit.filter]
description = "Toggle to view only active sessions."

View File

@@ -926,3 +926,4 @@ toggle_label = "활성 세션만 보기"
[msg.userfront.audit.filter]
description = "활성화된 세션만 보려면 토글을 켜주세요."

View File

@@ -899,3 +899,4 @@ toggle_label = ""
[msg.userfront.audit.filter]
description = ""

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() {

View File

@@ -268,6 +268,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.5"
js:
dependency: transitive
description:
name: js
sha256: "53385261521cc4a0c4658fd0ad07a7d14591cf8fc33abbceae306ddb974888dc"
url: "https://pub.dev"
source: hosted
version: "0.7.2"
leak_tracker:
dependency: transitive
description: