Removes the warning style from the paragraph
In U2F device message, removes warning style
This commit is contained in:
parent
03756a312b
commit
20ad0cb330
2 changed files with 6 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
.col-md-4
|
.col-md-4
|
||||||
%button#js-setup-u2f-device.btn.btn-info.btn-block{ disabled: true }= _("Set up new U2F device")
|
%button#js-setup-u2f-device.btn.btn-info.btn-block{ disabled: true }= _("Set up new U2F device")
|
||||||
.col-md-8
|
.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" }
|
%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.")
|
%p= _("Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now.")
|
||||||
|
|
|
@ -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
|
Loading…
Reference in a new issue