Parameters terminés

This commit is contained in:
2026-06-10 11:59:04 +02:00
parent b85d09ee55
commit 60d8e5d588
5 changed files with 16 additions and 30 deletions
@@ -33,7 +33,6 @@ export class ParametersProfileComponent {
this.bio.set(user?.description ?? null);
}
// --- Username ---
toggleEditUsername() {
if (this.editingUsername()) {
@@ -74,7 +73,7 @@ export class ParametersProfileComponent {
this.loading.set(false);
}
// --- Bio ---
toggleEditBio() {
if (this.editingBio()) {
@@ -98,7 +97,6 @@ export class ParametersProfileComponent {
this.loading.set(false);
}
// --- Photo ---
triggerFileInput() {
document.getElementById('photoInput')?.click();