Shorten rendered links (strip protocol and www, truncate to 30 chars), redirect
to sign in page after sign up instead of root path which redirects to /about
This commit is contained in:
parent
157f03f8bd
commit
33f7e1cf99
3 changed files with 5 additions and 3 deletions
|
@ -17,6 +17,6 @@ class Auth::RegistrationsController < Devise::RegistrationsController
|
|||
end
|
||||
|
||||
def after_sign_up_path_for(_resource)
|
||||
root_path
|
||||
new_user_session_path
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue