mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-28 02:19:08 -05:00
fix: hide accounts info in production
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user