Final commit for the night. Got logins to work

This commit is contained in:
zontreck 2024-05-16 04:10:25 -07:00
parent a4ec368d4a
commit a490412f6b
3 changed files with 18 additions and 9 deletions

View file

@ -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;