mirror of
https://github.com/retspen/webvirtcloud
synced 2025-01-27 23:55:19 +00:00
7 lines
No EOL
158 B
HTML
7 lines
No EOL
158 B
HTML
{% load i18n %}
|
|
{% load qr_code %}
|
|
{% blocktrans %}
|
|
Scan this QR code to get OTP for account '{{ user }}'
|
|
{% endblocktrans %}
|
|
<br>
|
|
{% qr_from_text totp_url %} |