fix: add missing params and fix incorrect calls to custom alert components

This commit is contained in:
2025-11-05 09:14:17 +01:00
parent fc0ce811c5
commit e6609469b1
3 changed files with 3 additions and 3 deletions
@@ -58,7 +58,7 @@ const changePassword = async () => {
<ErrorAlert v-if="error" :error="error" />
<!-- Success alert -->
<SuccessAlert v-else-if="success" text=" Heslo bolo úspešne zmenené." />
<SuccessAlert v-else-if="success" title="Heslo aktualizované" text="Heslo bolo úspešne zmenené." />
<v-form v-else :disabled="loading" @submit.prevent="changePassword">
<!-- Nové heslo -->