do not show signed in alert
This commit is contained in:
@@ -9,4 +9,12 @@ class SessionsController < Devise::SessionsController
|
||||
|
||||
super
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def require_no_authentication
|
||||
super
|
||||
|
||||
flash.clear
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user