Remove redirect to poll officers
This commit is contained in:
@@ -3,9 +3,7 @@ class Users::SessionsController < Devise::SessionsController
|
||||
private
|
||||
|
||||
def after_sign_in_path_for(resource)
|
||||
if current_user.poll_officer?
|
||||
new_officing_booth_path
|
||||
elsif !verifying_via_email? && resource.show_welcome_screen?
|
||||
if !verifying_via_email? && resource.show_welcome_screen?
|
||||
welcome_path
|
||||
else
|
||||
super
|
||||
|
||||
Reference in New Issue
Block a user