some dude removed the + button (that dude was me)

This commit is contained in:
Fran
2026-01-19 21:49:40 -03:00
parent 0ba88d14ed
commit d35de05a7b
2 changed files with 66 additions and 49 deletions

View File

@@ -44,7 +44,7 @@
}
cargando = true;
try {
await cambiarContraseñaUsuario(data.id, passwordData.oldPassword, passwordData.newPassword);
await cambiarContraseñaUsuario(passwordData.oldPassword, passwordData.newPassword, data.id);
cargando = false;
open = false;
passwordData.oldPassword = '';
@@ -103,7 +103,7 @@
/>
</Field>
</FieldGroup>
<Button type="submit" disabled={!coinsiden || cargando}>
<Button type="submit" class="mt-6" disabled={!coinsiden || cargando}>
{#if cargando}
<Spinner />
{:else}