From 00081d40e53889788fabee75ccb7b89111988f89 Mon Sep 17 00:00:00 2001 From: Taukir Ahmed <73280535+taukir007@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:58:02 +0600 Subject: [PATCH] Update registration form - Change input name from 'username' to 'phone_number' - Add inputmode and pattern attributes for better validation --- ui/ui/customer/register-rotp.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/ui/customer/register-rotp.tpl b/ui/ui/customer/register-rotp.tpl index 2f4774f3..c166cc48 100644 --- a/ui/ui/customer/register-rotp.tpl +++ b/ui/ui/customer/register-rotp.tpl @@ -25,8 +25,8 @@
- +
@@ -49,4 +49,4 @@
-{include file="customer/footer-public.tpl"} \ No newline at end of file +{include file="customer/footer-public.tpl"}