Apply prettier changes

This commit is contained in:
Sainan 2024-06-02 17:01:32 +00:00 committed by github-actions[bot]
parent 77f8836bfb
commit 3e75698207

View File

@ -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();