mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Add server settings page
This commit is contained in:
@@ -16,6 +16,7 @@ class AuthInfo {
|
||||
bool get checked => _checked;
|
||||
bool _isChecking = false;
|
||||
bool get isChecking => _isChecking;
|
||||
bool? get isAdmin => _user?.isAdmin;
|
||||
|
||||
void clear() {
|
||||
_user = null;
|
||||
|
||||
Reference in New Issue
Block a user