file name updates
This commit is contained in:
parent
5b905be74b
commit
b5d8d92ccd
11 changed files with 6 additions and 19 deletions
|
|
@ -185,7 +185,7 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
|
|||
),
|
||||
onTap: () async {
|
||||
await SuperTokens.signOut(completionHandler: (error) {
|
||||
print(error);
|
||||
//print(error);
|
||||
});
|
||||
if (await SuperTokens.doesSessionExist() == false) {
|
||||
Navigator.of(context).popAndPushNamed('/');
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ class _MIHTileState extends State<MIHTile> {
|
|||
|
||||
@override
|
||||
void dispose() {
|
||||
// TODO: implement dispose
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue