Make registration carry flow all the way through
This commit is contained in:
@@ -29,6 +29,18 @@ const traps_config = {
|
||||
'/auth/login-message/dismiss',
|
||||
],
|
||||
},
|
||||
registrant_flow: {
|
||||
redirect_to: '/auth/finish-registration',
|
||||
allowed_routes: [
|
||||
'/auth/finish-registration',
|
||||
'/auth/logout',
|
||||
'/auth/login',
|
||||
'/api/v1/locale/batch',
|
||||
'/api/v1/auth/validate/username',
|
||||
'/api/v1/auth/attempt',
|
||||
'/api/v1/vault/get-trust-payload',
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user