use sign in / up instead of login / register
This commit is contained in:
@@ -49,9 +49,9 @@ function onKeyDown(e: KeyboardEvent) {
|
||||
<template>
|
||||
<Card class="w-full max-w-sm">
|
||||
<CardHeader>
|
||||
<CardTitle class="text-2xl">Login</CardTitle>
|
||||
<CardTitle class="text-2xl">Sign in</CardTitle>
|
||||
<CardDescription>
|
||||
Enter your email and password to your account.
|
||||
Enter your email and password to sign in to your account.
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent class="grid gap-4">
|
||||
@@ -87,7 +87,7 @@ function onKeyDown(e: KeyboardEvent) {
|
||||
>OpenID Connect</Button
|
||||
>
|
||||
<NuxtLink to="/register" class="w-full">
|
||||
<Button class="w-full" variant="ghost">Register instead</Button>
|
||||
<Button class="w-full" variant="ghost">Sign up instead</Button>
|
||||
</NuxtLink>
|
||||
</CardFooter>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user