0.3 #146

Merged
edraft merged 359 commits from 0.3 into master 2023-01-12 07:04:40 +01:00
Showing only changes of commit bf2a412dec - Show all commits

View File

@ -59,6 +59,7 @@ export class RegistrationComponent implements OnInit {
}
ngOnInit(): void {
this.confirmEMail();
this.initData();
this.spinnerService.showSpinner();
this.route.queryParams.pipe(catchError(err => {
@ -108,7 +109,6 @@ export class RegistrationComponent implements OnInit {
initData() {
this.initLoginForm();
this.resetStateFlags();
this.confirmEMail();
this.spinnerService.hideSpinner();
}