Removes the warning style from the paragraph

In U2F device message, removes warning style
This commit is contained in:
Matej Latin 2019-06-27 11:23:08 +00:00 committed by matejlatin
parent 03756a312b
commit 20ad0cb330
2 changed files with 6 additions and 1 deletions

View File

@ -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.")

View File

@ -0,0 +1,5 @@
---
title: Remove the warning style from the U2F device message in user settings > account
merge_request: 30119
author: matejlatin
type: other