1
0
forked from baron/baron-sso

Merge pull request '최초 로그인 창이 뜰 때 기본값으로 SMS 탭이 나오게 하기' (#36) from dev/sso-from-b5aed4f into main

Reviewed-on: ai-team/baron-sso#36
This commit is contained in:
2026-01-16 09:13:24 +09:00

View File

@@ -30,7 +30,7 @@ class _LoginScreenState extends ConsumerState<LoginScreen>
@override
void initState() {
super.initState();
_tabController = TabController(length: 2, vsync: this);
_tabController = TabController(length: 2, vsync: this, initialIndex: 1);
// Check for tokens (Path Parameter or Legacy Query Parameter)
WidgetsBinding.instance.addPostFrameCallback((_) {