file name updates

This commit is contained in:
2024-09-17 16:23:14 +02:00
parent 5b905be74b
commit b5d8d92ccd
11 changed files with 6 additions and 19 deletions

View File

@@ -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('/');

View File

@@ -30,7 +30,6 @@ class _MIHTileState extends State<MIHTile> {
@override
void dispose() {
// TODO: implement dispose
super.dispose();
}