Apply prettier changes
This commit is contained in:
parent
77f8836bfb
commit
3e75698207
@ -68,7 +68,7 @@ const loginController: RequestHandler = async (request, response) => {
|
||||
account.Nonce = nonce;
|
||||
}
|
||||
if (loginRequest.ClientType != "webui") {
|
||||
account.CountryCode = loginRequest.lang.toUpperCase();
|
||||
account.CountryCode = loginRequest.lang.toUpperCase();
|
||||
}
|
||||
await account.save();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user