add delay before check
This commit is contained in:
@@ -15,6 +15,8 @@ class _AuthCheckState extends State<AuthCheck> {
|
|||||||
late Future<bool> signedIn;
|
late Future<bool> signedIn;
|
||||||
|
|
||||||
Future<bool> doesSessionExist() async {
|
Future<bool> doesSessionExist() async {
|
||||||
|
//wait
|
||||||
|
await Future.delayed(const Duration(seconds: 1));
|
||||||
return await SuperTokens.doesSessionExist();
|
return await SuperTokens.doesSessionExist();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user