mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
support multi o365 account to choose which to auth (#2399)
ref: https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow#request-an-authorization-code
This commit is contained in:
parent
31e73026a6
commit
960d8f2663
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ export function buildO365AuthURL() {
|
|||
response_mode: 'query',
|
||||
code_challenge: CODE_CHALLENGE,
|
||||
code_challenge_method: 'S256',
|
||||
prompt: 'select_account',
|
||||
})}`;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue