add error print when signing out
This commit is contained in:
parent
2dfb5e0cee
commit
38183df535
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue