Skip to content

Commit

Permalink
chore(otp): change input's type to number
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed Jun 22, 2024
1 parent f504a30 commit b758422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/components/otp/otp.templ
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ templ VerifyOtp() {
<input
id="otp"
class={ "w-full", "p-[10px]", "lg:p-[15px]", "rounded-[8px]" }
type="number"
name="code"
placeholder="Enter the OTP that was sent to your email"
autofocus
Expand Down

0 comments on commit b758422

Please sign in to comment.