mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -07:00
26 lines
794 B
HTML
26 lines
794 B
HTML
{{if .Linked}}
|
|
<p><strong>To unlink:</strong></p>
|
|
<ol class="link-instructions">
|
|
<li>Open Signal on your phone</li>
|
|
<li>Go to Settings → Linked Devices</li>
|
|
<li>Find and remove this device</li>
|
|
</ol>
|
|
{{else}}
|
|
{{if .Error}}
|
|
<p class="channel-not-configured">{{.Error}}</p>
|
|
{{else}}
|
|
<button class="btn-primary" onclick="linkSignal(this)">Link</button>
|
|
<div id="signal-qr-container" class="qr-container" style="display:none;">
|
|
<p><strong>Scan this QR code with Signal:</strong></p>
|
|
<ol class="link-instructions">
|
|
<li>Open Signal on your phone</li>
|
|
<li>Go to Settings → Linked Devices</li>
|
|
<li>Tap "+" or "Link New Device"</li>
|
|
<li>Scan the QR code below</li>
|
|
</ol>
|
|
<div class="qr-code-wrapper">
|
|
<img id="signal-qr-code" alt="Signal QR Code">
|
|
</div>
|
|
</div>
|
|
{{end}}
|
|
{{end}}
|