forked from yaso_meth/mih-project
add error print when signing out
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user