summary refs log tree commit diff
path: root/api/src
diff options
context:
space:
mode:
Diffstat (limited to 'api/src')
-rw-r--r--api/src/routes/auth/register.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/routes/auth/register.ts b/api/src/routes/auth/register.ts

index 19c9c70f..a9518e91 100644 --- a/api/src/routes/auth/register.ts +++ b/api/src/routes/auth/register.ts
@@ -205,7 +205,7 @@ router.post( hash: adjusted_password, valid_tokens_since: new Date() }, - settings: defaultSettings, + settings: { ...defaultSettings, locale: req.language || "en-US" }, fingerprints: [] }).save();