mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-27 18:11:54 -05:00
fix: login screen theme
This commit is contained in:
@@ -31,7 +31,6 @@ class AuthModel with ChangeNotifier {
|
||||
bool loading = false;
|
||||
|
||||
List<Account> get accounts => _accounts;
|
||||
bool get ready => _accounts != null;
|
||||
Account get activeAccount {
|
||||
if (activeAccountIndex == null || _accounts == null) return null;
|
||||
return _accounts[activeAccountIndex];
|
||||
|
||||
Reference in New Issue
Block a user