Skip to content

Commit 9070bcf

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/js/Pages/Register/Show.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
Already have an account?
9292
<Link
9393
class="text-link"
94-
:href="route('login')"
94+
:href="login()"
9595
text="Log In"
9696
/>
9797
</p>
@@ -112,6 +112,7 @@
112112
import { ref } from "vue";
113113
import { useForm } from "@inertiajs/vue3";
114114
115+
import { show as login } from "@js/actions/App/Http/Controllers/LoginController";
115116
import { store } from "@js/actions/App/Http/Controllers/RegisterController";
116117
117118
const props = defineProps({

0 commit comments

Comments
 (0)