Parameters terminés
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user