Account itself deletable

This commit is contained in:
2024-11-04 19:05:14 +01:00
parent 07c4b7ba80
commit 1088060580
6 changed files with 27 additions and 11 deletions

View File

@@ -60,6 +60,7 @@ async function startLogin() {
append-icon="mdi-arrow-right"
@click="startLogin"
:loading="accountStore.fetchInProgress"
color="green"
>
{{ $t('account.login.login') }}
</outlined-button>