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