supertoken signout fix

This commit is contained in:
2024-07-23 17:14:59 +02:00
parent 3679611f45
commit 3d97772600
3 changed files with 8 additions and 7 deletions

View File

@@ -11,7 +11,3 @@ void main() async {
);
runApp(const MzanziInnovationHub());
}
Future<bool> doesSessionExist() async {
return await SuperTokens.doesSessionExist();
}