diff --git a/app/(auth)/auth/layout.tsx b/app/(auth)/auth/layout.tsx new file mode 100644 index 0000000..458aa5a --- /dev/null +++ b/app/(auth)/auth/layout.tsx @@ -0,0 +1,22 @@ +import Image from "next/image"; + +export default function AuthLayout({ + children, +}: { children: React.ReactNode }) { + return ( +
+ Pay for your devices and track your bills. +
+- Pay for your devices and track your bills. -
-- Pay for your devices and track your bills. -
-- Pay for your devices and track your bills. -
-- Pay for your devices and track your bills. -
-+ Login OTP Sent to {phone_number} +
@@ -70,7 +73,7 @@ export default function VerifyOTPForm({ {...register("pin")} type="text" placeholder="Enter OTP" - className="bg-white dark:bg-sarLinkOrange/10" + className="bg-white dark:bg-black" /> {errors.pin && ({errors.pin.message}
@@ -81,9 +84,9 @@ export default function VerifyOTPForm({- Please enter the OTP sent to your mobile number [{phone_number}] - to verify and complete your registration. + Account verification OTP sent to [{phone_number}]
)} @@ -84,12 +83,14 @@ export default function VerifyRegistrationOTPForm({ )}