Commit 25081c2f authored by Randall Leeds's avatar Randall Leeds

remove form auto-focus on "sign in" click

Chrome is bugging about it and won't submit the form on the
first 'enter' press.
parent d9b9f84c
......@@ -205,8 +205,6 @@ class App
angular.extend $scope.auth,
collapsed: !show
tab: 'login'
$scope.$evalAsync ->
deform.focusFirstInput $element
# Fetch the initial model from the server
$scope.reset()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment