@idsoftsource/initial-process 1.6.3 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -34122,7 +34122,8 @@ class VerifyEmailComponent {
|
|
|
34122
34122
|
async ngOnInit() {
|
|
34123
34123
|
await firstValueFrom(this.auth.getAccessTokenSilently({ cacheMode: 'off' }));
|
|
34124
34124
|
if (await this.tokenService.isEmailVerified()) {
|
|
34125
|
-
this.
|
|
34125
|
+
var url = this.libConfig?.navigateUrl ?? this.libConfig?.dashboardUrl ?? '/';
|
|
34126
|
+
this.router.navigate([url]);
|
|
34126
34127
|
}
|
|
34127
34128
|
else {
|
|
34128
34129
|
this.pageLoader = false;
|