Language/styling updates
This commit is contained in:
@ -34,7 +34,8 @@ class RecruiterController < ApplicationController
|
||||
session[:user] = recruiter.to_i
|
||||
redirect_to recruiter_path
|
||||
else
|
||||
redirect_to recruiter_login_path, flash: { error: "Sorry, incorrect email or password. Please try again." }
|
||||
redirect_to recruiter_login_path,
|
||||
flash: { error: "Sorry, incorrect email or password. Please try again." }
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user