Fixed accidentally deleted submit-button

This commit is contained in:
AlexanderBuzz
2023-07-27 11:21:41 +02:00
parent b8bb488a05
commit 0d94dc0098
2 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@
<input type="text" id="seed-input" name="seed-input" />
</div>
<div>
<button type="reset">Reset</button>
<button type="submit">Submit</button>
</div>
</form>
</dialog>
@@ -62,7 +62,7 @@
<input type="text" id="password-input" name="password-input" />
</div>
<div>
<button type="reset">Reset</button>
<button type="submit">Submit</button>
</div>
</form>
</dialog>

View File

@@ -94,7 +94,7 @@
<input type="text" id="seed-input" name="seed-input" />
</div>
<div>
<button type="reset">Reset</button>
<button type="submit">Submit</button>
</div>
</form>
</dialog>
@@ -106,7 +106,7 @@
<input type="text" id="password-input" name="password-input" />
</div>
<div>
<button type="reset">Reset</button>
<button type="submit">Submit</button>
</div>
</form>
</dialog>