Client - fix redirection when resetting password
This commit is contained in:
		@@ -111,7 +111,7 @@ const routes: Array<RouteRecordRaw> = [
 | 
				
			|||||||
  {
 | 
					  {
 | 
				
			||||||
    path: '/password-reset/sent',
 | 
					    path: '/password-reset/sent',
 | 
				
			||||||
    name: 'PasswordEmailSent',
 | 
					    name: 'PasswordEmailSent',
 | 
				
			||||||
    component: () => PasswordResetView,
 | 
					    component: PasswordResetView,
 | 
				
			||||||
    props: { action: 'request-sent' },
 | 
					    props: { action: 'request-sent' },
 | 
				
			||||||
    meta: {
 | 
					    meta: {
 | 
				
			||||||
      title: 'user.PASSWORD_RESET',
 | 
					      title: 'user.PASSWORD_RESET',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user