Skip to content

Commit 03ac96e

Browse files
authored
Merge pull request #298 from connorabbas/master
Catch up
2 parents 07c6da1 + 6852c27 commit 03ac96e

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)