Skip to content

Commit

Permalink
[FIX] Corrects UI background of forced F2A Authentication (#13670)
Browse files Browse the repository at this point in the history
  • Loading branch information
fliptrail authored and ggazzo committed Mar 12, 2019
1 parent 2efb8ad commit af1077e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/rocketchat-ui-master/client/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
{{> loginLayout center="resetPassword"}}
{{else}}
{{#if require2faSetup}}
<div class="rc-old">
{{> Template.dynamic template="accountSecurity"}}
</div>
<main id="rocket-chat" class="{{embeddedVersion}}">
<div class="rc-old main-content content-background-color">
{{> Template.dynamic template="accountSecurity"}}
</div>
</main>
{{else}}
{{> videoCall overlay=true}}
<div id="user-card-popover"></div>
Expand Down

0 comments on commit af1077e

Please sign in to comment.