diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-11 16:14:29 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-04-21 20:20:09 -0400 |
commit | 50ed43e49099648fa5c242d0cee15f05e50349c3 (patch) | |
tree | 7b5f471f20bb550bcd2ce899aff1e09af78ac294 /app/controllers/registrations_controller.rb | |
parent | aea97991977bc2af27ce93f5b5e2bd9b7735999e (diff) | |
download | gitlab-ce-50ed43e49099648fa5c242d0cee15f05e50349c3.tar.gz |
Improved confirmation UXconfirmation-screen
Closes #4228
Diffstat (limited to 'app/controllers/registrations_controller.rb')
-rw-r--r-- | app/controllers/registrations_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb index c48175a4c5a..059b88e2253 100644 --- a/app/controllers/registrations_controller.rb +++ b/app/controllers/registrations_controller.rb @@ -31,11 +31,11 @@ class RegistrationsController < Devise::RegistrationsController end def after_sign_up_path_for(_resource) - new_user_session_path + users_almost_there_path end def after_inactive_sign_up_path_for(_resource) - new_user_session_path + users_almost_there_path end private |