Commit c35208ab authored by csillag's avatar csillag

Remove redundant and bogus flash message after failed auth actions. Helps with #1210.

parent 90fb13d3
...@@ -730,8 +730,6 @@ class Auth ...@@ -730,8 +730,6 @@ class Auth
for field, error of response.errors for field, error of response.errors
console.log(field, error) console.log(field, error)
flash('error', error) flash('error', error)
if response.reason
flash('error', reason)
$scope.$on '$reset', _reset $scope.$on '$reset', _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