mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +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
|
||||
}
|
||||
|
||||
return redirect('/registration/signup', params) // Wolle
|
||||
return redirect('/registration', params)
|
||||
}
|
||||
|
||||
@ -35,9 +35,6 @@ export default {
|
||||
'password-reset-request',
|
||||
'password-reset-enter-nonce',
|
||||
'password-reset-change-password',
|
||||
// 'registration-signup',
|
||||
// 'registration-enter-nonce',
|
||||
// 'registration-create-user-account',
|
||||
'registration',
|
||||
'pages-slug',
|
||||
'terms-and-conditions',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user