mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix redirect to signup goes to registration
- Cleanup.
This commit is contained in:
parent
0161949166
commit
dd6adc6ac4
@ -22,5 +22,5 @@ export default async ({ store, env, route, redirect }) => {
|
|||||||
params.path = route.path
|
params.path = route.path
|
||||||
}
|
}
|
||||||
|
|
||||||
return redirect('/registration/signup', params) // Wolle
|
return redirect('/registration', params)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -35,9 +35,6 @@ export default {
|
|||||||
'password-reset-request',
|
'password-reset-request',
|
||||||
'password-reset-enter-nonce',
|
'password-reset-enter-nonce',
|
||||||
'password-reset-change-password',
|
'password-reset-change-password',
|
||||||
// 'registration-signup',
|
|
||||||
// 'registration-enter-nonce',
|
|
||||||
// 'registration-create-user-account',
|
|
||||||
'registration',
|
'registration',
|
||||||
'pages-slug',
|
'pages-slug',
|
||||||
'terms-and-conditions',
|
'terms-and-conditions',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user