Skip to content

Commit 6852c27

Browse files
authored
Merge pull request #297 from connorabbas/develop
Link fix
2 parents 03867d9 + b61ffd1 commit 6852c27

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)