mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-06 03:44:56 +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({
|
document.location = 'https://login.microsoftonline.com/'+tenant+'/oauth2/v2.0/authorize?' + (new URLSearchParams({
|
||||||
response_type: 'code',
|
response_type: 'code',
|
||||||
client_id: client_id,
|
client_id: client_id,
|
||||||
redirect_uri: document.location.href + '?LoginO365',
|
redirect_uri: document.location.href.replace(/\/$/, '') + '/LoginO365',
|
||||||
scope: [
|
scope: [
|
||||||
// Associate personal info
|
// Associate personal info
|
||||||
'openid',
|
'openid',
|
||||||
|
|
Loading…
Add table
Reference in a new issue