Add dashboard, allow password resets when signed in
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
class WelcomeController < ApplicationController
|
||||
def index
|
||||
if user_signed_in?
|
||||
redirect_to settings_path and return
|
||||
redirect_to root_path and return
|
||||
end
|
||||
end
|
||||
|
||||
def reset_password_check_email
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user