_From @sman591 on January 11, 2015 7:29_ If the user submits a blank login form, or submits incorrect information, an error message should display. However, this is not the case. Both `devise_error_messages!` and `f.error_notification` return nothing, and `resource.errors.empty?` is true. _Copied from original issue: codeRIT/brickhack.io#57_
From @sman591 on January 11, 2015 7:29
If the user submits a blank login form, or submits incorrect information, an error message should display. However, this is not the case.
Both
devise_error_messages!andf.error_notificationreturn nothing, andresource.errors.empty?is true.Copied from original issue: codeRIT/brickhack.io#57