better spacing while troubleshooting

This commit is contained in:
cktricky
2015-07-03 11:49:10 -04:00
parent 58fb4025c9
commit 5945b4956d
+1 -1
View File
@@ -25,7 +25,7 @@ class SessionsController < ApplicationController
redirect_to path redirect_to path
else else
# Removed this code, just doesn't seem specific enough! # Removed this code, just doesn't seem specific enough!
# flash[:error] = "Either your username and password is incorrect" # flash[:error] = "Either your username and password is incorrect"
flash[:error] = e.message flash[:error] = e.message
render "new" render "new"
end end