Login bei abgelaufener Sitzung korrigieren
This commit is contained in:
@@ -46,6 +46,15 @@ const doLogin = async (event: FormSubmitEvent<typeof state>) => {
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<UAlert
|
||||
v-if="auth.sessionExpired"
|
||||
color="warning"
|
||||
variant="soft"
|
||||
icon="i-heroicons-clock"
|
||||
title="Deine Sitzung ist abgelaufen"
|
||||
description="Bitte melde dich erneut an, um weiterzuarbeiten."
|
||||
/>
|
||||
|
||||
<UForm :state="state" class="space-y-4" @submit="doLogin">
|
||||
<UFormField label="E-Mail" name="email">
|
||||
<UInput
|
||||
|
||||
Reference in New Issue
Block a user