diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/prefs/mfa.html.tmpl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/template/en/default/account/prefs/mfa.html.tmpl b/template/en/default/account/prefs/mfa.html.tmpl index 6dc3131c2..5ffcf5847 100644 --- a/template/en/default/account/prefs/mfa.html.tmpl +++ b/template/en/default/account/prefs/mfa.html.tmpl @@ -104,6 +104,11 @@ </div> </div> + <p> + If you have problems enrolling, this may be due to an inaccruate time on your device.<br> + Please check that the time on your device is accurate by visiting <b>http://time.is/</b>. + </p> + <div id="mfa-totp-apps-popup" class="mfa-totp-popup" style="display:none"> Example TOTP Applications:<br> <ul> @@ -124,12 +129,6 @@ <button type="button" class="mfa-totp-popup-close">Close</button> </div> - <div id="mfa-totp-text-popup" class="mfa-totp-popup" style="display:none"> - Your two-factor secret: - <div id="mfa-totp-secret"></div> - <button type="button" class="mfa-totp-popup-close">Close</button> - </div> - </div> </div> |