Skip to content

Commit 79087f4

Browse files
committed
fix exception in logs
1 parent 5216017 commit 79087f4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/controllers/session_controller.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ def create
2626
login_not_approved
2727
return
2828
end
29+
30+
else
31+
invalid_credentials
32+
return
2933
end
3034

3135
if user.suspended?

0 commit comments

Comments
 (0)