Fix not to show "Save changes" button in "Delete account" section

This commit is contained in:
Xnuk Shuman 2022-12-01 18:45:12 +00:00 committed by Xnuk Shuman
parent b6fe063820
commit 4f66220812
No known key found for this signature in database
GPG Key ID: B810FA3E0390F1F2
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@
class="btn button-default" class="btn button-default"
@click="confirmDelete" @click="confirmDelete"
> >
{{ $t('settings.save') }} {{ $t('settings.delete_account') }}
</button> </button>
</div> </div>
</div> </div>