add login / register links to navigate between screens directly

This commit is contained in:
Gregor Vostrak
2024-04-15 22:29:12 +02:00
parent c292afa359
commit 5a359583eb
3 changed files with 19 additions and 0 deletions

View File

@@ -38,6 +38,15 @@ const page = usePage<{
<AuthenticationCardLogo />
</template>
<template #actions>
<Link
class="py-8 text-muted text-sm font-medium opacity-90 hover:opacity-100 transition"
:href="route('login')">
Already have an account?
<span class="text-white">Login here!</span>
</Link>
</template>
<form @submit.prevent="submit">
<div>
<InputLabel for="name" value="Name" />