Skip to content

Commit

Permalink
#1317 Add links to 2FA authenticator apps in user mfa settings section
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed May 24, 2020
1 parent 636d89f commit 54fc4a4
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions frontend/app/views/partials/personal-settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,25 @@ <h3 class="box-title">
Use the QRCode or the Secret to generate a MFA code and submit it.
</div>

<div class="row">
<div class="col-lg-6 col-lg-offset-3 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1">
<div class="alert bg-primary">
Need a two-step authanticator app? Download on of the folliwing
<div>
<i class="fa fa-apple"></i> iOS devices: <a href="https://apps.apple.com/fr/app/authy/id494168017" target="_blank">Authy</a>
</div>
<div>
<i class="fa fa-android"></i> Android devices: <a href="https://play.google.com/store/apps/details?id=com.authy.authy&hl=fr" target="_blank">Authy</a>
</div>
<div>
<i class="fa fa-windiws"></i> Windows devices: <a href="https://www.microsoft.com/en-us/p/microsoft-authenticator/9nblgggzmcj6" target="_blank">Microsoft Authenticator</a>
</div>
</div>
</div>
</div>



<div class="text-center" ng-if="mfaData.uri">
<qr text="mfaData.uri"></qr>
</div>
Expand Down Expand Up @@ -187,8 +206,6 @@ <h3>{{mfaData.secret}}</h3>

</div>



<div class="mt-s">
<button class="btn btn-default" ng-click="cancel()" type="button">Cancel</button>
<span class="ml-xxs">
Expand Down

0 comments on commit 54fc4a4

Please sign in to comment.