arreglo modificacion contrasenna perfil
This commit is contained in:
parent
0f673a8407
commit
a063346fe1
File diff suppressed because it is too large
Load Diff
|
@ -237,6 +237,8 @@ export class SettingsComponent implements OnInit {
|
|||
};
|
||||
}
|
||||
|
||||
protected CreateFormPassword();
|
||||
|
||||
selectIcon(event: MouseEvent): void {
|
||||
if (event.target instanceof Element) {
|
||||
document.querySelectorAll('.active').forEach(e => e.classList.remove('active'));
|
||||
|
|
Loading…
Reference in New Issue