diff options
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/prefs/mfa.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/mfa.html.tmpl b/template/en/default/account/prefs/mfa.html.tmpl index 9d001d8b8..f1c2413bb 100644 --- a/template/en/default/account/prefs/mfa.html.tmpl +++ b/template/en/default/account/prefs/mfa.html.tmpl @@ -108,7 +108,6 @@ Example TOTP Applications:<br> <ul> <li>Android and iOS: - <a href="http://guide.duosecurity.com/third-party-accounts" target="_blank">Duo Mobile</a>, <a href="https://support.google.com/accounts/answer/1066447" target="_blank">Google Authenticator</a> </li> <li>Firefox OS: @@ -119,6 +118,9 @@ target="_blank">Authenticator</a> </li> </ul> + <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm#Client_implementations" target="_blank"> + Other clients + </a> <button type="button" class="mfa-totp-popup-close">Close</button> </div> |