mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-27 22:34:11 +00:00
⬆️ update test client
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user