1
0
forked from baron/baron-sso

최초 로그인 창이 뜰 때 기본값으로 SMS 탭이 나오게 하기

This commit is contained in:
2026-01-16 09:12:14 +09:00
parent 5dd2c94555
commit c51abd12dc

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