mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Electron-253
Added type button to prevent form submit
This commit is contained in:
parent
5ed8e8f026
commit
ee6cf8732b
@ -87,7 +87,7 @@
|
|||||||
<button type="submit" id="login">Log In</button>
|
<button type="submit" id="login">Log In</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="button-container">
|
<div class="button-container">
|
||||||
<button id="cancel">Cancel</button>
|
<button type="button" id="cancel">Cancel</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user