Skip to content

Commit 3e5a66e

Browse files
committed
rename password forgot route
1 parent b6dbe58 commit 3e5a66e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const routes = [
2525
component: SignIn,
2626
},
2727
{
28-
path: '/accounts/password/reset',
28+
path: '/accounts/password/forgot',
2929
name: 'ForgotPassword',
3030
component: ForgotPassword,
3131
},

frontend/src/views/auth/SignIn.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</div>
2626
<hr class="bg-gray-300 w-full my-4">
2727
<div class="auth-sub-container-content">
28-
<router-link to="/accounts/password/reset" class="auth-sub-container-content-link">Forgot password?</router-link>
28+
<router-link to="/accounts/password/forgot" class="auth-sub-container-content-link">Forgot password?</router-link>
2929
</div>
3030
</div>
3131
<div class="auth-sub-container-thinner mt-4">

0 commit comments

Comments
 (0)