Commit 3e63fe70 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '61776-fixing-the-U2F-warning-message-text-colour' into 'master'

Remove the warning style from the "U2F device message" paragraph

Closes #61776

See merge request gitlab-org/gitlab-ce!30119
parents 2e7f4bbb 20ad0cb3
......@@ -16,7 +16,7 @@
.col-md-4
%button#js-setup-u2f-device.btn.btn-info.btn-block{ disabled: true }= _("Set up new U2F device")
.col-md-8
%p.text-warning= _("You need to register a two-factor authentication app before you can set up a U2F device.")
%p= _("You need to register a two-factor authentication app before you can set up a U2F device.")
%script#js-register-u2f-in-progress{ type: "text/template" }
%p= _("Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now.")
......
---
title: Remove the warning style from the U2F device message in user settings > account
merge_request: 30119
author: matejlatin
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