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