update
This commit is contained in:
parent
f0d6bca4f3
commit
3aa12bfcad
135 changed files with 19410 additions and 112 deletions
|
|
@ -24,9 +24,9 @@ class AuthGate extends StatelessWidget {
|
|||
final session = snapshot.hasData ? snapshot.data!.session : null;
|
||||
|
||||
if (session != null) {
|
||||
return MainPage();
|
||||
return const MainPage();
|
||||
} else {
|
||||
return IndexPage();
|
||||
return const IndexPage();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue