Skip to content
代码片段 群组 项目
未验证 提交 27eefbaf 编辑于 作者: Taras Tadai's avatar Taras Tadai 提交者: GitLab
浏览文件

Use Pajamas button component for button in two_factor_otp.html.haml

上级 4cab1ff1
No related branches found
No related tags found
无相关合并请求
......@@ -6,4 +6,5 @@
= _("Enter the code from your two-factor authenticator app. If you've lost your device, you can enter one of your recovery codes.")
.submit-container
= submit_tag 'Verify code', class: 'gl-button btn btn-confirm'
= render Pajamas::ButtonComponent.new(type: :submit, variant: :confirm, block: true) do
= _("Verify code")
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册