Commit 41e6c78f authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'gl-button-utf-try-again' into 'master'

Apply new GitLab UI class for U2F try again button

See merge request gitlab-org/gitlab!52759
parents bb35cd31 1c4ce026
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
%script#js-authenticate-token-2fa-error{ type: "text/template" } %script#js-authenticate-token-2fa-error{ type: "text/template" }
%div %div
%p <%= error_message %> (<%= error_name %>) %p <%= error_message %> (<%= error_name %>)
%a.btn.btn-block.btn-warning#js-token-2fa-try-again= _("Try again?") %a.btn.gl-button.btn-block.btn-warning#js-token-2fa-try-again= _("Try again?")
%script#js-authenticate-token-2fa-authenticated{ type: "text/template" } %script#js-authenticate-token-2fa-authenticated{ type: "text/template" }
%div %div
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
%div %div
%p %p
%span <%= error_message %> (<%= error_name %>) %span <%= error_message %> (<%= error_name %>)
%a.btn.btn-warning#js-token-2fa-try-again= _("Try again?") %a.btn.gl-button.btn-warning#js-token-2fa-try-again= _("Try again?")
%script#js-register-token-2fa-registered{ type: "text/template" } %script#js-register-token-2fa-registered{ type: "text/template" }
.row.gl-mb-3 .row.gl-mb-3
......
---
title: Apply new GitLab UI class for U2F try again button
merge_request: 52759
author: Yogi (@yo)
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment