1.0.0 #253

Merged
edraft merged 262 commits from 1.0.0 into master 2023-03-27 09:30:50 +02:00
4 changed files with 2 additions and 5 deletions
Showing only changes of commit a510cf731f - Show all commits

View File

@ -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,

View File

@ -37,7 +37,6 @@ export class ForgetPasswordComponent implements OnInit {
) { }
ngOnInit(): void {
console.log('test');
this.spinnerService.showSpinner();
this.authService.isUserLoggedInAsync().then(result => {
if (result) {

View File

@ -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"),

View File

@ -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",