feat: the page now saves the last used username, changed the bg color of the main pages
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
3a6ffaec46
commit
3c3bf898ca
8 changed files with 61 additions and 77 deletions
|
@ -43,7 +43,8 @@
|
|||
Email = Email,
|
||||
Password = BCrypt.Net.BCrypt.HashPassword(Password),
|
||||
Role = "User",
|
||||
TimeBanned = -1
|
||||
TimeBanned = -1,
|
||||
LastUsedName = "Anonymous"
|
||||
};
|
||||
if (await UsersRepository.getUserByEmailAsync(Email) != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue