1.0.0 #253
@ -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"),
|
||||
|
@ -33,7 +33,7 @@
|
||||
},
|
||||
"settings": {
|
||||
"email": {
|
||||
"email_address": "E-Mail Adresse",
|
||||
"email_address": "E-Mail-Adresse",
|
||||
"header": "E-Mail",
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
@ -94,7 +94,7 @@
|
||||
"password_required": "Passwort benötigt",
|
||||
"register": "Registrieren",
|
||||
"user_not_found": "Benutzer nicht gefunden",
|
||||
"wrong_password": "Falsches passwort"
|
||||
"wrong_password": "Falsches Passwort"
|
||||
},
|
||||
"register": {
|
||||
"email_required": "E-Mail benötigt",
|
||||
|
Loading…
Reference in New Issue
Block a user