Redirect new users to edit profile in -dev (#8297)
This commit is contained in:
Родитель
d302fce71e
Коммит
cd989ed6f6
|
@ -112,7 +112,6 @@ FXA_CONFIG = {
|
|||
'profile_host': 'https://stable.dev.lcip.org/profile/v1',
|
||||
'redirect_url': 'http://localhost:3000/fxa-authenticate',
|
||||
'scope': 'profile',
|
||||
'skip_register_redirect': True,
|
||||
},
|
||||
'local': {
|
||||
'client_id': '1778aef72d1adfb3',
|
||||
|
|
|
@ -171,7 +171,6 @@ FXA_CONFIG = {
|
|||
'profile_host': 'https://stable.dev.lcip.org/profile/v1',
|
||||
'redirect_url': 'https://amo.addons-dev.allizom.org/fxa-authenticate',
|
||||
'scope': 'profile',
|
||||
'skip_register_redirect': True,
|
||||
},
|
||||
'local': {
|
||||
'client_id': env('DEVELOPMENT_FXA_CLIENT_ID'),
|
||||
|
|
Загрузка…
Ссылка в новой задаче