Merge pull request #472 from SamR1/fix-redirection
fix redirection when resetting password
This commit is contained in:
		
							
								
								
									
										2
									
								
								fittrackee/dist/index.html
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								fittrackee/dist/index.html
									
									
									
									
										vendored
									
									
								
							@@ -7,7 +7,7 @@
 | 
				
			|||||||
    <link rel="stylesheet" href="/static/css/fork-awesome.min.css"/>
 | 
					    <link rel="stylesheet" href="/static/css/fork-awesome.min.css"/>
 | 
				
			||||||
    <link rel="stylesheet" href="/static/css/leaflet.css"/>
 | 
					    <link rel="stylesheet" href="/static/css/leaflet.css"/>
 | 
				
			||||||
    <title>FitTrackee</title>
 | 
					    <title>FitTrackee</title>
 | 
				
			||||||
    <script type="module" crossorigin src="/static/index-9Y8IgSRf.js"></script>
 | 
					    <script type="module" crossorigin src="/static/index-w1tTRLlK.js"></script>
 | 
				
			||||||
    <link rel="modulepreload" crossorigin href="/static/charts-_RwsDDkL.js">
 | 
					    <link rel="modulepreload" crossorigin href="/static/charts-_RwsDDkL.js">
 | 
				
			||||||
    <link rel="modulepreload" crossorigin href="/static/maps-ZyuCPqes.js">
 | 
					    <link rel="modulepreload" crossorigin href="/static/maps-ZyuCPqes.js">
 | 
				
			||||||
    <link rel="stylesheet" crossorigin href="/static/css/maps-B7qTrBCW.css">
 | 
					    <link rel="stylesheet" crossorigin href="/static/css/maps-B7qTrBCW.css">
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -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