forked from baron/baron-sso
Keep orgfront auto login fallback explicit
This commit is contained in:
@@ -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로 폴백한다', () {
|
||||
|
||||
Reference in New Issue
Block a user