change redirect_url for apple login
This commit is contained in:
parent
402fb24c30
commit
a480918c29
@ -1,6 +1,6 @@
|
||||
const scripts = ['https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js'];
|
||||
const CLIENT_ID = 'wallet.cebggame.com';
|
||||
const REDIRECT_URI = location.href;
|
||||
const REDIRECT_URI = `${location.origin}${location.pathname}`;
|
||||
|
||||
// Authorization scopes required by the API; multiple scopes can be included, separated by spaces.
|
||||
const SCOPES = 'name email';
|
||||
|
Loading…
x
Reference in New Issue
Block a user