mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 09:11:11 +00:00
Fix double form submit when using ENTER (fixes #72)
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<div class="invalid-feedback">{{ $L('Passwords do not match') }}</div>
|
||||
</div>
|
||||
|
||||
<button id="save-user-button" type="submit" class="btn btn-success">{{ $L('Save') }}</button>
|
||||
<button id="save-user-button" class="btn btn-success">{{ $L('Save') }}</button>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user