summaryrefslogtreecommitdiff
path: root/app/views/devise/shared/_omniauth_box.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/devise/shared/_omniauth_box.html.haml')
-rw-r--r--app/views/devise/shared/_omniauth_box.html.haml8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/views/devise/shared/_omniauth_box.html.haml b/app/views/devise/shared/_omniauth_box.html.haml
index d4f34a1cb3f..439a2fc4d96 100644
--- a/app/views/devise/shared/_omniauth_box.html.haml
+++ b/app/views/devise/shared/_omniauth_box.html.haml
@@ -13,8 +13,6 @@
%span.gl-button-text
= label_for_provider(provider)
- unless hide_remember_me
- %fieldset
- %label{ class: restyle_login_page_enabled ? 'gl-font-weight-normal' : '' }
- = check_box_tag :remember_me, nil, false
- %span
- = _('Remember me')
+ = render Pajamas::CheckboxTagComponent.new(name: 'remember_me', value: nil) do |c|
+ = c.label do
+ = _('Remember me')