⬆️ update test client

This commit is contained in:
Flam3rboy
2021-09-04 17:59:29 +02:00
parent 56d9fa3334
commit 0bf59ee28a
6 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -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();