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}`,
|
mobile: `${selectedCountry.value.dialCode}${phoneDigits}`,
|
||||||
code: codeValue,
|
code: codeValue,
|
||||||
grant_type: "mobile",
|
grant_type: "mobile",
|
||||||
|
clientId: '6',
|
||||||
});
|
});
|
||||||
emitter.emit(NOTICE_EVENT_LOGIN_SUCCESS);
|
emitter.emit(NOTICE_EVENT_LOGIN_SUCCESS);
|
||||||
await navigateAfterLogin();
|
await navigateAfterLogin();
|
||||||
|
|||||||
Reference in New Issue
Block a user