fix: code-review warnings — deprecated APIs, debugPrint→Logger, unused import

This commit is contained in:
Dustin
2026-08-01 15:08:05 +02:00
parent cdb137f724
commit 669a02304e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class AuthService {
MeloLogger().zustand('auth_restored', {'user': _user});
}
} catch (e) {
debugPrint('AuthService init Fehler: $e');
MeloLogger().fehler('auth_init', e);
}
_initialisiert = true;
}