fix(style): action for logout alert
This commit is contained in:
parent
5df9e6ab30
commit
7f7d49d8b0
|
@ -47,14 +47,15 @@ const labels = computed(() => ({
|
|||
<h2>
|
||||
{{ t('components.auth.Logout.header.unauthenticated') }}
|
||||
</h2>
|
||||
<Link
|
||||
solid
|
||||
secondary
|
||||
button-width
|
||||
to="/login"
|
||||
>
|
||||
{{ t('components.auth.Logout.link.login') }}
|
||||
</Link>
|
||||
<template #actions>
|
||||
<Link
|
||||
solid
|
||||
primary
|
||||
to="/login"
|
||||
>
|
||||
{{ t('components.auth.Logout.link.login') }}
|
||||
</Link>
|
||||
</template>
|
||||
</Alert>
|
||||
</main>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue