mirror of
https://github.com/git-touch/git-touch
synced 2025-02-20 21:40:44 +01:00
fix: hide accounts info in production
This commit is contained in:
parent
8c45a70ae3
commit
1716714981
@ -306,7 +306,7 @@ class AuthModel with ChangeNotifier {
|
||||
// Read accounts
|
||||
try {
|
||||
String str = prefs.getString(StorageKeys.accounts);
|
||||
Fimber.d('read accounts: $str');
|
||||
// Fimber.d('read accounts: $str');
|
||||
_accounts = (json.decode(str ?? '[]') as List)
|
||||
.map((item) => Account.fromJson(item))
|
||||
.toList();
|
||||
|
Loading…
x
Reference in New Issue
Block a user