Skip to content

Commit aa11677

Browse files
committed
Update Show.vue
1 parent 9070bcf commit aa11677

File tree

1 file changed

+2
-1
lines changed
  • resources/js/Pages/ResetPassword

1 file changed

+2
-1
lines changed

resources/js/Pages/ResetPassword/Show.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
Remembered your password?
4444
<Link
4545
class="text-link"
46-
:href="route('login')"
46+
:href="login()"
4747
text="Login"
4848
/>
4949
</p>
@@ -64,6 +64,7 @@
6464
import { ref } from "vue";
6565
import { useForm } from "@inertiajs/vue3";
6666
67+
import { show as login } from "@js/actions/App/Http/Controllers/LoginController";
6768
import { store } from "@js/actions/App/Http/Controllers/ResetPasswordController";
6869
6970
const title = ref("Forgot Password");

0 commit comments

Comments
 (0)