+ logout connected

This commit is contained in:
Stephan D
2025-11-25 21:37:22 +01:00
parent 8e1d4bef59
commit be913bf96c
3 changed files with 12 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ class AccountService {
static Future<void> logout() async {
_logger.fine('Logging out');
await AuthorizationService.logout();
return AuthorizationService.logout();
}
static Future<Account> _getAccount(Future<Map<String, dynamic>> future) async {