redirect to sign-up after logging out

This commit is contained in:
Sebastian Jambor 2023-01-10 18:49:43 +01:00
parent ff20304f75
commit 3c2ae00cb7

View file

@ -61,7 +61,7 @@ class ApplicationController < ActionController::Base
end
def after_sign_out_path_for(_resource_or_scope)
new_user_session_path
"/auth/sign_up"
end
protected