Fixed german translation #232
This commit is contained in:
@@ -33,7 +33,6 @@ export class FooterComponent implements OnInit {
|
||||
}))
|
||||
.subscribe(version => {
|
||||
this.spinnerService.hideSpinner();
|
||||
console.log('V', version)
|
||||
this.backendVersion = new SoftwareVersion(
|
||||
version.major,
|
||||
version.minor,
|
||||
|
@@ -37,7 +37,6 @@ export class ForgetPasswordComponent implements OnInit {
|
||||
) { }
|
||||
|
||||
ngOnInit(): void {
|
||||
console.log('test');
|
||||
this.spinnerService.showSpinner();
|
||||
this.authService.isUserLoggedInAsync().then(result => {
|
||||
if (result) {
|
||||
|
@@ -83,7 +83,6 @@ export class LoginComponent implements OnInit {
|
||||
return throwError(() => err);
|
||||
})).subscribe(token => {
|
||||
if (token.firstLogin) {
|
||||
console.log(1, this.authService.getEMailFromDecodedToken(this.authService.getDecodedToken(token)))
|
||||
this.confirmDialog.confirmDialog(
|
||||
this.translate.instant(
|
||||
"auth.login.message.confirm_email"),
|
||||
|
Reference in New Issue
Block a user