Start client-side locale support

This commit is contained in:
garrettmills
2020-05-31 18:00:05 -05:00
parent d2ae9c43e8
commit c956628c53
16 changed files with 324 additions and 66 deletions

View File

@@ -7,6 +7,7 @@ const traps_config = {
'/password/reset',
'/api/v1/password/resets',
'/auth/logout',
'/api/v1/locale/batch',
],
},
mfa_challenge: {
@@ -17,6 +18,7 @@ const traps_config = {
'/api/v1/auth/mfa/attempt',
'/auth/logout',
'/api/v1/auth/mfa/recovery/attempt',
'/api/v1/locale/batch',
],
},
},