Make registration carry flow all the way through
This commit is contained in:
@@ -67,6 +67,11 @@ const index = {
|
||||
'controller::auth:Forms.logout_provider_present_success',
|
||||
],
|
||||
|
||||
'/finish-registration': [
|
||||
'middleware::auth:UserOnly',
|
||||
'controller::auth:Forms.finish_registration',
|
||||
],
|
||||
|
||||
'/login-message': [
|
||||
'middleware::auth:UserOnly',
|
||||
'controller::api:v1:System.show_login_message',
|
||||
|
||||
Reference in New Issue
Block a user