Don't show "you are already signed in" message on registration route
Compare changes
Files
3@@ -10,7 +10,7 @@ module SkipsAlreadySignedInMessage
@@ -10,7 +10,7 @@ module SkipsAlreadySignedInMessage
Removes the "You are already signed in." message when visiting the registration path and being redirected back.
Sign in to the local GitLab, and visit http://localhost:3000/users/sign_up, you should not be presented with a banner that says "you are already signed in".