Skip to content

Commit

Permalink
Merge pull request #4 from TauTshegofatso/feature/changes-tautshegofatso
Browse files Browse the repository at this point in the history
SOT Password updates
  • Loading branch information
aleon1220 authored Jun 29, 2023
2 parents 110d4dd + df9158f commit 1ba196b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/login.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<h:panelGrid columns="2" rowClasses="prop" columnClasses="name,value">
<h:outputLabel for="username Id">Username ID</h:outputLabel>
<h:inputText id="username" value="#{userBean.id}"/>
<h:outputLabel for="password">Password</h:outputLabel>
<h:outputLabel for="password">Passcode</h:outputLabel>
<h:inputSecret id="password" value="#{userBean.password}"/>
</h:panelGrid>
</div>
Expand Down

0 comments on commit 1ba196b

Please sign in to comment.