Account itself deletable
This commit is contained in:
@@ -43,6 +43,6 @@ const accountStore = useAccountStore()
|
||||
v-model="showConfirmDialog"
|
||||
:title="$t('account.deleteAccount.dialog.title')"
|
||||
:description="$t('account.deleteAccount.dialog.description')"
|
||||
:on-confirm="() => accountStore.deleteAccount(accountStore.userAccount)"
|
||||
/>
|
||||
<!-- todo :onConfirm="deleteAccount" -->
|
||||
</template>
|
||||
@@ -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>
|
||||
|
||||
@@ -38,12 +38,7 @@ concertStore.getConcert(Number(router.currentRoute.value.params.id))
|
||||
:link="false"
|
||||
:title="concertStore.concert.location.city.name"
|
||||
:show-button="false"
|
||||
>
|
||||
<template #description>
|
||||
<p>{{ concertStore.concert.location.name }}</p>
|
||||
<!-- todo <p>{{ concertModel.event.band.name }} - {{ concertModel.event.name }}</p> -->
|
||||
</template>
|
||||
</concert-list-item>
|
||||
/>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<v-row>
|
||||
|
||||
Reference in New Issue
Block a user