This commit is contained in:
Mirai Kumiko 2025-06-21 11:25:42 +02:00
parent 5989f36493
commit 2ebf61fd34
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278

View file

@ -6,7 +6,14 @@
<input id="email" name="email" type="email" maxlength="50" required /> <input id="email" name="email" type="email" maxlength="50" required />
<label for="password">Password *</label> <label for="password">Password *</label>
<input id="password" name="password" type="password" minlength="8" maxlength="50" required /> <input id="password" name="password" type="password" minlength="8" maxlength="50" required />
<input id="password_confirm" name="password_confirm" type="password" minlength="8" maxlength="50" placeholder="Confirm password" /> <input
id="password_confirm"
name="password_confirm"
type="password"
minlength="8"
maxlength="50"
placeholder="Confirm password"
/>
<button class="text-white bg-black py-2 border" type="submit">Sign up</button> <button class="text-white bg-black py-2 border" type="submit">Sign up</button>
</form> </form>
</main> </main>