Electron-253

Added type button to prevent form submit
This commit is contained in:
Kiran Niranjan 2017-12-28 17:18:00 +05:30 committed by Kiran Niranjan
parent 5ed8e8f026
commit ee6cf8732b

View File

@ -87,7 +87,7 @@
<button type="submit" id="login">Log In</button>
</div>
<div class="button-container">
<button id="cancel">Cancel</button>
<button type="button" id="cancel">Cancel</button>
</div>
</div>
</form>