1
0
forked from baron/baron-sso

Keep orgfront auto login fallback explicit

This commit is contained in:
2026-04-30 16:41:32 +09:00
parent d16f6cdcb4
commit 6eb4c293ff
3 changed files with 4 additions and 7 deletions

View File

@@ -54,10 +54,7 @@ void main() {
),
);
expect(
launchUrl,
'https://example.com/login?auto=1',
);
expect(launchUrl, 'https://example.com/login?auto=1');
});
test('자동 로그인 지원 앱은 autoLoginUrl이 없으면 initUrl로 폴백한다', () {