Added flask support #70 #75 #71

Merged
edraft merged 107 commits from #70 into 0.3 2022-11-05 13:55:42 +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();
}