зеркало из https://github.com/mozilla/fxa.git
Merge pull request #6156 from mozilla/inline-2fa-routes
fix(server): register 2FA inline setup routes with server
This commit is contained in:
Коммит
d4d21509ad
|
@ -23,6 +23,8 @@ module.exports = function () {
|
|||
'cookies_disabled',
|
||||
'force_auth',
|
||||
'get_flow',
|
||||
'inline_totp_setup',
|
||||
'inline_recovery_setup',
|
||||
'legal',
|
||||
'oauth',
|
||||
'oauth/force_auth',
|
||||
|
|
|
@ -45,6 +45,8 @@ var routes = {
|
|||
'/cookies_disabled': { statusCode: 200 },
|
||||
'/force_auth': { statusCode: 200 },
|
||||
'/get_flow': { statusCode: 200 },
|
||||
'/inline_totp_setup': { statusCode: 200 },
|
||||
'/inline_recovery_setup': { statusCode: 200 },
|
||||
'/legal': { statusCode: 200 },
|
||||
'/legal/privacy': { statusCode: 200 },
|
||||
'/legal/terms': { statusCode: 200 },
|
||||
|
|
Загрузка…
Ссылка в новой задаче