@idsoftsource/initial-process 1.1.3 → 1.1.6
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.
package/index.d.ts
CHANGED
|
@@ -2688,13 +2688,14 @@ declare class VerifyEmailComponent implements OnInit, OnDestroy {
|
|
|
2688
2688
|
private authLogoutService;
|
|
2689
2689
|
private tokenService;
|
|
2690
2690
|
private router;
|
|
2691
|
+
private auth;
|
|
2691
2692
|
loading: boolean;
|
|
2692
2693
|
successMessage: boolean;
|
|
2693
2694
|
errorMessage: boolean;
|
|
2694
2695
|
pageLoader: boolean;
|
|
2695
2696
|
cooldown: number;
|
|
2696
2697
|
interval: any;
|
|
2697
|
-
constructor(libConfig: LibraryConfig, userService: UserDetailService, authLogoutService: AuthLogoutService, tokenService: TokenService, router: Router);
|
|
2698
|
+
constructor(libConfig: LibraryConfig, userService: UserDetailService, authLogoutService: AuthLogoutService, tokenService: TokenService, router: Router, auth: AuthService);
|
|
2698
2699
|
ngOnInit(): Promise<void>;
|
|
2699
2700
|
resendVerification(): Promise<void>;
|
|
2700
2701
|
startCooldown(): void;
|