Skip to content

Commit

Permalink
Officer Number Length Has Been Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
agitrubard committed Dec 15, 2021
1 parent 1de96c3 commit 45a90d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pages/login/officer/forgot-password/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export default function ForgotPassword() {
name="officer-number"
type="text"
autoComplete="current-username"
minLength="8"
maxLength="8"
minLength="5"
maxLength="5"
required
pattern="[0-9.]+"
className="font-phenomenaRegular text-sis-yellow mt-1 focus:ring-sis-yellow focus:border-sis-yellow block w-full shadow-sm sm:text-xl border-gray-300 rounded-md focus:text-sis-darkblue"
Expand Down
4 changes: 2 additions & 2 deletions pages/login/officer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ export default function OfficerLogin() {
name="officer-number"
type="text"
autoComplete="current-username"
minLength="8"
maxLength="8"
minLength="5"
maxLength="5"
required
pattern="[0-9.]+"
className="font-phenomenaRegular text-sis-yellow mt-1 focus:ring-sis-yellow focus:border-sis-yellow block w-full shadow-sm sm:text-xl border-gray-300 rounded-md focus:text-sis-darkblue"
Expand Down

0 comments on commit 45a90d0

Please sign in to comment.