don't send password on form when JS loading fails

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

View File

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