diff --git a/registration/src/lib/components/forms/steps/CheckOTPStep.svelte b/registration/src/lib/components/forms/steps/CheckOTPStep.svelte new file mode 100644 index 0000000..c7d31b6 --- /dev/null +++ b/registration/src/lib/components/forms/steps/CheckOTPStep.svelte @@ -0,0 +1,74 @@ + + + + +
+
+
+
+ {$t('Confirm-your-code')} +
+
+ {$t('6-digit')}{maskPhone(phone)} +
+
+
+ +
+
+
+ {$t('Confirm')} +
+
+ Didn't get the code? + +
+
+
+
diff --git a/registration/src/lib/components/input/OtpField.svelte b/registration/src/lib/components/input/OtpField.svelte index a1e02b0..575b4b6 100644 --- a/registration/src/lib/components/input/OtpField.svelte +++ b/registration/src/lib/components/input/OtpField.svelte @@ -6,7 +6,7 @@