arreglo archivos test
This commit is contained in:
parent
580eded1ce
commit
5f958cf333
|
@ -91,7 +91,7 @@ export class RegisterComponent implements AfterViewInit {
|
||||||
login,
|
login,
|
||||||
email,
|
email,
|
||||||
password,
|
password,
|
||||||
langKey: this.translateService.currentLang,
|
langKey: this.translateService.currentLang!,
|
||||||
name,
|
name,
|
||||||
firstName,
|
firstName,
|
||||||
profileIcon: this.profileIcon,
|
profileIcon: this.profileIcon,
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button class="ds-btn ds-btn--primary" (click)="finish()">Terminar</button>
|
<button class="ds-btn ds-btn--primary" (click)="finish()">Finalizar</button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="modal fade ds-modal"
|
class="modal fade ds-modal"
|
||||||
|
|
|
@ -88,7 +88,7 @@ export class UsuarioExtraUpdateComponent {
|
||||||
login,
|
login,
|
||||||
email,
|
email,
|
||||||
password,
|
password,
|
||||||
langKey: this.translateService.currentLang,
|
langKey: this.translateService.currentLang!,
|
||||||
name,
|
name,
|
||||||
firstName,
|
firstName,
|
||||||
profileIcon: this.profileIcon,
|
profileIcon: this.profileIcon,
|
||||||
|
|
Loading…
Reference in New Issue