Client - add confirmation before logout + style fix

This commit is contained in:
Sam
2023-07-12 18:14:17 +02:00
parent c062b7a049
commit 3b59c4599f
5 changed files with 75 additions and 6 deletions

View File

@ -21,7 +21,12 @@
>
{{ $t('buttons.YES') }}
</button>
<button class="cancel" @click="emit('cancelAction')">
<button
tabindex="0"
id="cancel-button"
class="cancel"
@click="emit('cancelAction')"
>
{{ $t(`buttons.${errorMessages ? 'CANCEL' : 'NO'}`) }}
</button>
</div>