Skip to content

Commit

Permalink
Stop requiring email on login page
Browse files Browse the repository at this point in the history
(reference #63 )
  • Loading branch information
piotrzarzycki21 committed Oct 18, 2024
1 parent 3c82329 commit 44ebc5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
<controls:CustomFormItem required="true" className="horizontalContentItemsCenteredFormItem">
<j:TextInput id="txtUsername" percentWidth="100">
<j:beads>
<j:EmailValidator required="1"/>
<j:TextPrompt prompt="E-mail"/>
<j:StringValidator required="1"/>
<j:TextPrompt prompt="E-mail or Username"/>
<beads:AutoFocusBead autoFocus="true"/>
</j:beads>
</j:TextInput>
Expand Down

0 comments on commit 44ebc5b

Please sign in to comment.