mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-09 19:48:37 +01:00
remove unused name="..." from html form
This commit is contained in:
parent
f09826f3d9
commit
45fc6e4f40
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user