Skip to content
Snippets Groups Projects
Commit 7c8c8ecb authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

web: Fix login form canceling when pressing enter

parent ab0b9d32
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
</div>
</div>
<div class="modal-footer">
<button class="btn btn-default" ng-click="login.cancel()">Cancelar</button>
<button type="button" class="btn btn-default" ng-click="login.cancel()">Cancelar</button>
<button type="submit" class="btn btn-primary">
Login <i class="saving" ng-show="login.loading"></i>
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment