forked from baron/baron-sso
최초 로그인 창이 뜰 때 기본값으로 SMS 탭이 나오게 하기
This commit is contained in:
@@ -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((_) {
|
||||
|
||||
Reference in New Issue
Block a user