Final commit for the night. Got logins to work
This commit is contained in:
parent
a4ec368d4a
commit
a490412f6b
3 changed files with 18 additions and 9 deletions
|
@ -68,7 +68,7 @@ class Settings {
|
|||
String displayName = "";
|
||||
int totalGridUsers = 0;
|
||||
|
||||
late User currentUser;
|
||||
User? currentUser;
|
||||
|
||||
bool get hasUsers => totalGridUsers != 0;
|
||||
bool get hasNoUsers => totalGridUsers == 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue