diff options
Diffstat (limited to 'backend/src/routes/auth.ts')
| -rw-r--r-- | backend/src/routes/auth.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/src/routes/auth.ts b/backend/src/routes/auth.ts index 4c6c374..f857dea 100644 --- a/backend/src/routes/auth.ts +++ b/backend/src/routes/auth.ts @@ -34,6 +34,7 @@ export const handleRegistration = async (req: express.Request, res: express.Resp password: hashedPassword, salt, email, + isAdmin: false } }); |
