fix(login): add clientId to mobile login request
This commit is contained in:
@@ -253,6 +253,7 @@ async function handlePhoneLogin() {
|
||||
mobile: `${selectedCountry.value.dialCode}${phoneDigits}`,
|
||||
code: codeValue,
|
||||
grant_type: "mobile",
|
||||
clientId: '6',
|
||||
});
|
||||
emitter.emit(NOTICE_EVENT_LOGIN_SUCCESS);
|
||||
await navigateAfterLogin();
|
||||
|
||||
Reference in New Issue
Block a user