Added empty email address for root users. everything should be functional from here on out.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-02-28 15:46:59 -07:00
parent 9091b3d2a8
commit 522fd2a9f5
5 changed files with 134 additions and 1 deletions

View File

@@ -246,7 +246,8 @@ namespace CarCareTracker.Logic
Id = -1,
UserName = credentials.UserName,
IsAdmin = true,
IsRootUser = true
IsRootUser = true,
EmailAddress = string.Empty
};
}
else