remove unused name="..." from html form

This commit is contained in:
creeper123123321 2021-09-28 17:58:49 -03:00 committed by GitHub
parent f09826f3d9
commit 45fc6e4f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,9 +131,9 @@ script-src 'self' https://*.cloudflare.com/ https://alcdn.msauth.net/ https://*.
<div class="mb-2">
<label class="form-label" for="email">Add Mojang account</label>
<form class="input-group" id="form_add_mc" action="javascript:">
<input aria-label="Email/Username" class="form-control" id="email" name="email"
<input aria-label="Email/Username" class="form-control" id="email"
placeholder="mc@example.com" type="text">
<input aria-label="Password" class="form-control" id="password" name="password"
<input aria-label="Password" class="form-control" id="password"
placeholder="password" type="password">
<button class="btn btn-primary" id="login_submit_mc" type="submit">Login with Mojang</button>
</form>