Merge pull request #472 from SamR1/fix-redirection
fix redirection when resetting password
This commit is contained in:
commit
75b436293b
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/leaflet.css"/>
|
||||
<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/maps-ZyuCPqes.js">
|
||||
<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',
|
||||
name: 'PasswordEmailSent',
|
||||
component: () => PasswordResetView,
|
||||
component: PasswordResetView,
|
||||
props: { action: 'request-sent' },
|
||||
meta: {
|
||||
title: 'user.PASSWORD_RESET',
|
||||
|
Loading…
Reference in New Issue
Block a user