We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9070bcf commit aa11677Copy full SHA for aa11677
resources/js/Pages/ResetPassword/Show.vue
@@ -43,7 +43,7 @@
43
Remembered your password?
44
<Link
45
class="text-link"
46
- :href="route('login')"
+ :href="login()"
47
text="Login"
48
/>
49
</p>
@@ -64,6 +64,7 @@
64
import { ref } from "vue";
65
import { useForm } from "@inertiajs/vue3";
66
67
+ import { show as login } from "@js/actions/App/Http/Controllers/LoginController";
68
import { store } from "@js/actions/App/Http/Controllers/ResetPasswordController";
69
70
const title = ref("Forgot Password");
0 commit comments