forked from sh-edraft.de/sh_discord_bot
		
	Improved user confirmation #70
This commit is contained in:
		| @@ -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(); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user