Merge pull request #471 from vipera/typo-qr-code

Fix typo in user profile template
This commit is contained in:
Khanh Ngo 2019-03-01 09:50:39 +07:00 committed by GitHub
commit 122b9e4dfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,7 @@
<p><img id="qrcode" src="{{ url_for('qrcode') }}"></p>
Please start FreeOTP (<a target="_blank" href="https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp&hl=en">Android</a> - <a target="_blank" href="https://itunes.apple.com/en/app/freeotp-authenticator/id872559395?mt=8">iOS</a>) on your smartphone and scan the above QR Code with it.
<br/>
<font color="red"><strong><i>Make sure only you can see this QR Code and nobodoy can capture it.</i></strong></font>
<font color="red"><strong><i>Make sure only you can see this QR Code and nobody can capture it.</i></strong></font>
</div>
{% endif %}
</div>