@progalaxyelabs/ngx-stonescriptphp-client 1.24.4 → 1.24.5
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
|
@@ -1040,6 +1040,8 @@ declare class TenantLoginComponent implements OnInit, OnDestroy {
|
|
|
1040
1040
|
onOtpIdentifierChange(): void;
|
|
1041
1041
|
/** Send OTP to the entered identifier */
|
|
1042
1042
|
onOtpSend(): Promise<void>;
|
|
1043
|
+
/** Skip to OTP code entry when user already has a code */
|
|
1044
|
+
onSkipToOtpEntry(): void;
|
|
1043
1045
|
/** Verify the entered OTP code */
|
|
1044
1046
|
onOtpVerify(): Promise<void>;
|
|
1045
1047
|
/** Register a new identity after OTP verification */
|