Add links to TOTP apps

This commit is contained in:
Girish Ramakrishnan
2018-04-26 09:32:56 -07:00
parent 05b6740e07
commit 63df9df913

View File

@@ -139,6 +139,9 @@
<h2><i class="fa fa-circle-o-notch fa-spin"></i></h2>
</div>
<div class="modal-body" ng-show="twoFactorAuthentication.secret">
<p>
Use Google Authenticator (<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2" target="_blank">Android</a>, <a href="https://itunes.apple.com/us/app/google-authenticator/id388497605" target="_blank">iOS</a>), FreeOTP authenticator (<a href="https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp" target="_blank">Android</a>, <a href="https://itunes.apple.com/us/app/freeotp-authenticator/id872559395" target="_blank">iOS</a>) or a similar TOTP app to scan the secret.
</p>
<center>
<img ng-src="{{ twoFactorAuthentication.qrcode }}"/>
<p>{{ twoFactorAuthentication.secret }}</p>
@@ -268,4 +271,4 @@
</div>
</div>
</div>
</div>
</div>