- Added error handler to register form
This commit is contained in:
@@ -27,10 +27,16 @@ const routes = [
|
||||
{
|
||||
path: '/connexion',
|
||||
component: Login,
|
||||
meta: {
|
||||
antiAuthGuard: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/inscription',
|
||||
component: Register,
|
||||
meta: {
|
||||
antiAuthGuard: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/sorts',
|
||||
|
||||
Reference in New Issue
Block a user