mod_http_oauth2/html/login.html
changeset 5635 f889ff779571
parent 5634 2a31ee81e816
child 5639 401356232e1b
--- a/mod_http_oauth2/html/login.html	Mon Aug 07 22:52:14 2023 +0200
+++ b/mod_http_oauth2/html/login.html	Tue Aug 08 17:04:50 2023 +0200
@@ -20,8 +20,10 @@
 	<legend>Sign in</legend>
 	<p>Sign in to your account to continue.</p>
 	<form method="post">
-		<input type="text" name="username" placeholder="Username" aria-label="Username" autocomplete="username" required {extra.username_hint~autofocus} {extra.username_hint&value="{extra.username_hint?}"} /><br/>
-		<input type="password" name="password" placeholder="Password" aria-label="Password" autocomplete="current-password" required {extra.username_hint&autofocus} /><br />
+		<input type="text" name="username" placeholder="Username" aria-label="Username"
+			autocomplete="username" required="" {extra.username_hint~autofocus=""} {extra.username_hint&value="{extra.username_hint?}"} /><br/>
+		<input type="password" name="password" placeholder="Password" aria-label="Password"
+			autocomplete="current-password" required="" {extra.username_hint&autofocus=""} /><br />
 		<input type="submit" value="Sign in" />
 	</form>
 	</fieldset>