@resolveio/client-lib-core 21.6.35 → 21.6.36
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/package.json
CHANGED
|
@@ -2339,10 +2339,12 @@ declare class ForgotPasswordComponent extends BaseComponent implements OnInit, O
|
|
|
2339
2339
|
subscription$: Subscription[];
|
|
2340
2340
|
token: string;
|
|
2341
2341
|
disableFormButton: boolean;
|
|
2342
|
+
requireEnrollmentPhoneVerification: boolean;
|
|
2342
2343
|
constructor(_route: ActivatedRoute, _services: ProviderService, _http: HttpClient, _ds: DialogService);
|
|
2343
2344
|
ngOnInit(): void;
|
|
2344
2345
|
ngOnDestroy(): void;
|
|
2345
2346
|
submit(): void;
|
|
2347
|
+
normalizePhoneNumberInput(): void;
|
|
2346
2348
|
static ɵfac: i0.ɵɵFactoryDeclaration<ForgotPasswordComponent, never>;
|
|
2347
2349
|
static ɵcmp: i0.ɵɵComponentDeclaration<ForgotPasswordComponent, "resolveio-forgot-password", never, {}, {}, never, never, false, never>;
|
|
2348
2350
|
}
|