diff options
Diffstat (limited to 'Backend/Api')
| -rw-r--r-- | Backend/Api/Api/Controllers/AuthController.cs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Backend/Api/Api/Controllers/AuthController.cs b/Backend/Api/Api/Controllers/AuthController.cs index 8262487..d835d97 100644 --- a/Backend/Api/Api/Controllers/AuthController.cs +++ b/Backend/Api/Api/Controllers/AuthController.cs @@ -22,6 +22,7 @@ namespace Api.Controllers              novi.password = creds.password;              novi.username = creds.username;              novi.name = creds.name; +            novi.verified = true;              novi.creationDate = DateTime.Now.ToUniversalTime();              novi._id = ""; | 
