Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add password visibility toggle #15605

Merged
merged 9 commits into from
Jun 26, 2024
Prev Previous commit
Next Next commit
Run scala linter
  • Loading branch information
joeyksclark committed Jun 26, 2024
commit 8ed4e83258204befcb429d0d11743b4b61eeda87
4 changes: 3 additions & 1 deletion modules/web/src/main/ui/AuthUi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@ body { margin-top: 45px; }
"policy" -> trans.site.agreementPolicy()
)

private def formFields(username: Field, password: Field, email: Option[Field], register: Boolean)(using Context) =
private def formFields(username: Field, password: Field, email: Option[Field], register: Boolean)(using
Context
) =
frag(
form3.group(
username,
Expand Down
Loading