Skip to content

Commit

Permalink
Update activate.2FA.html
Browse files Browse the repository at this point in the history
Placed the manual code setup for 2FA after the QR code image.
  • Loading branch information
ruslanbaidan authored Oct 25, 2023
1 parent 8177a55 commit 4916d5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions views/dialogs/activate.2FA.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ <h2 translate>Activate two-factor authentication</h2>
</div>
<div class="md-padding layout-align-center-center layout-row" layout-align="center center" layout="row">
<img ng-src="{{ user.secretKeyQrCode }}" ng-attr-title="{{ '2FA QRCode' | translate }}" />
<p>
{{ 'Secret code for manual setup:' | translate }}
<a href="" ng-click="showCode = true" ng-hide="showCode">{{ 'show' | translate }}</a>
<span ng-show="showCode"> {{ user.secretKey }}</span>
</p>
</div>
<p>
{{ 'Secret code for manual setup:' | translate }}
<a href="" ng-click="showCode = true" ng-hide="showCode">{{ 'show' | translate }}</a>
<span ng-show="showCode"> {{ user.secretKey }}</span>
</p>
</md-input-container>
</md-dialog-content>
<md-dialog-actions layout="row">
Expand Down

0 comments on commit 4916d5c

Please sign in to comment.