feat(network.js): Logout-Anforderungsmethode hinzugefügt.
- Logout-Methode zum LOGOUT-Ereignis hinzugefügt
This commit is contained in:
@@ -212,7 +212,7 @@ class App {
|
||||
Comp.ShareBackdrop.show();
|
||||
break;
|
||||
case 'LOGOUT':
|
||||
alert('log out')
|
||||
await logout();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user