Skip to content

Commit 9894cc6

Browse files
committed
Merge branch 'master' of github.com:connorabbas/laravel-inertia-primevue into admin-role-dev
2 parents c8aebee + 6852c27 commit 9894cc6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

resources/js/pages/auth/Login.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,7 @@ onMounted(() => {
145145

146146
<div class="text-center">
147147
<span class="text-muted-color mr-1">Don't have an account?</span>
148-
<InertiaLink
149-
v-if="canResetPassword"
150-
:href="route('register')"
151-
>
148+
<InertiaLink :href="route('register')">
152149
<Button
153150
class="p-0"
154151
variant="link"

0 commit comments

Comments
 (0)