Onedrive beta and Opera compatibility
This commit is contained in:
parent
6cb038535e
commit
a3c22325b8
|
@ -43,7 +43,7 @@ const tokenManager = (() => {
|
||||||
clientSecret: '9Pj=TpsrStq8K@1BiwB9PIWLppM:@s=w',
|
clientSecret: '9Pj=TpsrStq8K@1BiwB9PIWLppM:@s=w',
|
||||||
authURL: 'https://login.microsoftonline.com/common/oauth2/v2.0/authorize',
|
authURL: 'https://login.microsoftonline.com/common/oauth2/v2.0/authorize',
|
||||||
tokenURL: 'https://login.microsoftonline.com/common/oauth2/v2.0/token',
|
tokenURL: 'https://login.microsoftonline.com/common/oauth2/v2.0/token',
|
||||||
redirect_uri: 'https://clngdbkpkpeebahjckkjfobafhncgmne.chromiumapp.org/',
|
redirect_uri: 'https://' + location.hostname + '.chromiumapp.org/',
|
||||||
scopes: ['Files.ReadWrite.AppFolder', 'offline_access']
|
scopes: ['Files.ReadWrite.AppFolder', 'offline_access']
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user