mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-29 16:34:21 +08:00
#1645 forgot the workaround ?LoginO365
to /LoginO365
This commit is contained in:
parent
f49f606b0e
commit
acaa5bae55
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
document.location = 'https://login.microsoftonline.com/'+tenant+'/oauth2/v2.0/authorize?' + (new URLSearchParams({
|
||||
response_type: 'code',
|
||||
client_id: client_id,
|
||||
redirect_uri: document.location.href + '?LoginO365',
|
||||
redirect_uri: document.location.href.replace(/\/$/, '') + '/LoginO365',
|
||||
scope: [
|
||||
// Associate personal info
|
||||
'openid',
|
||||
|
|
Loading…
Add table
Reference in a new issue