add error print when signing out

This commit is contained in:
2025-01-13 12:51:24 +02:00
parent 2dfb5e0cee
commit 38183df535

View File

@@ -283,7 +283,7 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
onTap: () async {
await SuperTokens.signOut(
completionHandler: (error) {
//print(error);
print(error);
});
if (await SuperTokens.doesSessionExist() ==
false) {