Skip to content
Snippets Groups Projects

Dja execute files aux 2

Merged Diego Javier Rodriguez Uranga requested to merge dja_execute_files_aux_2 into dja
28 files
+ 2622
1362
Compare changes
  • Side-by-side
  • Inline
Files
28
@@ -39,11 +39,11 @@ export class ForgotPasswordComponent implements OnInit {
console.log("this.route", this.route.snapshot.data["language"]);
console.log("return", this.route.snapshot.queryParams["returnUrl"]);
// let currentSession = localStorage.getItem("currentUser");
// let langCode = currentSession ? JSON.parse(currentSession).language : 'es';
// if (langCode) {
// this.model.language = this.getLanguageElementByCode(langCode);
// }
let currentSession = localStorage.getItem("currentUser");
let langCode = currentSession ? JSON.parse(currentSession).language : 'es';
if (langCode) {
this.model.language = this.getLanguageElementByCode(langCode);
}
this.model.language = this.getLanguageElementByCode(
this.route.snapshot.data["language"]
Loading