Skip to content

Commit

Permalink
Merge pull request #10 from gradution-project/officerLoginScreenFixes
Browse files Browse the repository at this point in the history
-
  • Loading branch information
agitrubard authored Dec 15, 2021
2 parents 1de96c3 + 45a90d0 commit ea2a39f
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 ea2a39f

Please sign in to comment.