diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-25 23:51:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 23:51:46 +0200 |
commit | 5e8d037e271bdd230fc7ab1e91bcee16ac87e0e1 (patch) | |
tree | 15ce1a2f4eadd543713f326a7384432e816a8fa0 /app/javascript/styles/forms.scss | |
parent | ed7dc1704dc3ce82567d9aac366b095f02ce181f (diff) |
Fix #3910 - Require OTP authentication to disable 2FA (#3935)
* Fix #3910 - Require OTP authentication to disable 2FA. Also, remove ability to generate new OTP backup codes *after* initial backup codes were handed out during activation * Restore recovery code re-generation * Improve display of some 2FA elements
Diffstat (limited to 'app/javascript/styles/forms.scss')
-rw-r--r-- | app/javascript/styles/forms.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/styles/forms.scss b/app/javascript/styles/forms.scss index 059c4a7d8..7a181f36b 100644 --- a/app/javascript/styles/forms.scss +++ b/app/javascript/styles/forms.scss @@ -358,7 +358,6 @@ code { } .user_filtered_languages { - & > label { font-family: inherit; font-size: 16px; |