You've already forked snikket-web-portal
Merge pull request #101 from snikket-im/feature/https-qr
Force invite QR code to HTTPS
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
{#- -#}
|
{#- -#}
|
||||||
<div id="qr-info-url" class="tab-pane active">
|
<div id="qr-info-url" class="tab-pane active">
|
||||||
<p>{% trans %}Use a <em>QR code</em> scanner on your mobile device to scan the code below:{% endtrans %}</p>
|
<p>{% trans %}Use a <em>QR code</em> scanner on your mobile device to scan the code below:{% endtrans %}</p>
|
||||||
<div id="qr-invite-page" data-qrdata="{{ url_for(".view", id_=invite_id, _external=True) }}" class="qr"></div>
|
<div id="qr-invite-page" data-qrdata="{{ url_for(".view", id_=invite_id, _external=True, _scheme="https") }}" class="qr"></div>
|
||||||
</div>
|
</div>
|
||||||
{#- -#}
|
{#- -#}
|
||||||
<div id="qr-info-uri" class="tab-pane">
|
<div id="qr-info-uri" class="tab-pane">
|
||||||
|
|||||||
Reference in New Issue
Block a user