mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-24 22:57:15 +00:00
chore: Pass sso_account_id to select the account during SSO Login (#4103)
This commit is contained in:
@@ -13,7 +13,7 @@ export default {
|
||||
.post('auth/sign_in', creds)
|
||||
.then(response => {
|
||||
setAuthCredentials(response);
|
||||
resolve();
|
||||
resolve(response.data);
|
||||
})
|
||||
.catch(error => {
|
||||
reject(error.response);
|
||||
|
||||
Reference in New Issue
Block a user