Skip to content
Snippets Groups Projects
Commit 047da14c authored by André Holger Hanke's avatar André Holger Hanke
Browse files

add https:// to qrcode url

parent 6fb2524d
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</button> </button>
<div class="qr_text" #text> <div class="qr_text" #text>
<h2>https://frag.jetzt <h2>https://frag.jetzt
<br>{{'qr-dialog.session' | translate}}: {{qrCode.substring(28, 32)}} {{qrCode.substring(32, 36)}}</h2> <br>{{'qr-dialog.session' | translate}}: {{qrCode.substring(36, 40)}} {{qrCode.substring(40, 44)}}</h2>
</div> </div>
</div> </div>
</ars-screen> </ars-screen>
...@@ -180,7 +180,7 @@ export class HeaderComponent implements OnInit { ...@@ -180,7 +180,7 @@ export class HeaderComponent implements OnInit {
/*QR*/ /*QR*/
public getQRCode(): string { public getQRCode(): string {
return 'frag.jetzt/participant/room/' + this.shortId; return 'https://frag.jetzt/participant/room/' + this.shortId;
} }
public showQRDialog() { public showQRDialog() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment