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 {
|
onTap: () async {
|
||||||
await SuperTokens.signOut(
|
await SuperTokens.signOut(
|
||||||
completionHandler: (error) {
|
completionHandler: (error) {
|
||||||
//print(error);
|
print(error);
|
||||||
});
|
});
|
||||||
if (await SuperTokens.doesSessionExist() ==
|
if (await SuperTokens.doesSessionExist() ==
|
||||||
false) {
|
false) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue