diff options
author | Brett Walker <brett@digitalmoksha.com> | 2017-12-05 09:01:46 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-12-05 09:01:46 +0000 |
commit | b0e2e21b7db5cc80f6a17b19354e91dd7fcf6c8c (patch) | |
tree | add3ed93627545152193d033d369335e56903f54 /app/views/errors | |
parent | 61392168a0265e6c54cbccc6b7529822b123ff5b (diff) | |
download | gitlab-ce-b0e2e21b7db5cc80f6a17b19354e91dd7fcf6c8c.tar.gz |
remove ambiguity about which resource type to be using for new sessions
Diffstat (limited to 'app/views/errors')
-rw-r--r-- | app/views/errors/omniauth_error.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/errors/omniauth_error.html.haml b/app/views/errors/omniauth_error.html.haml index 20b7fa471a0..a2a4c75daad 100644 --- a/app/views/errors/omniauth_error.html.haml +++ b/app/views/errors/omniauth_error.html.haml @@ -9,7 +9,7 @@ %p Try logging in using your username or email. If you have forgotten your password, try recovering it = link_to "Sign in", new_session_path(:user), class: 'btn primary' - = link_to "Recover password", new_password_path(resource_name), class: 'btn secondary' + = link_to "Recover password", new_password_path(:user), class: 'btn secondary' %hr %p.light If none of the options work, try contacting a GitLab administrator. |