mirror of
https://github.com/lone-cloud/prism
synced 2026-06-04 04:04:44 -07:00
29 lines
1.2 KiB
HTML
29 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>SUP - Linked</title>
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
</head>
|
|
<body style="font-family: system-ui; max-width: 600px; margin: 50px auto; padding: 20px;">
|
|
<h1>✓ Signal Linked</h1>
|
|
<p>Your Signal account is already linked to this server.</p>
|
|
|
|
<details style="margin-top: 20px;">
|
|
<summary style="cursor: pointer; font-weight: bold;">Unlink and re-link with different account</summary>
|
|
<div style="margin-top: 15px; text-align: left;">
|
|
<p><strong>Steps to unlink:</strong></p>
|
|
<ol>
|
|
<li>Open Signal app → <strong>Settings → Linked Devices</strong></li>
|
|
<li>Find <strong>"SUP"</strong> and tap it</li>
|
|
<li>Tap <strong>"Unlink Device"</strong></li>
|
|
<li>Click the button below to clear server data:</li>
|
|
</ol>
|
|
<form method="POST" action="/link/unlink" style="margin-top: 15px;">
|
|
{{PASSWORD_FIELD}}
|
|
<button type="submit" style="padding: 10px 20px; cursor: pointer; background: #ff5555; color: white; border: none; border-radius: 4px; font-size: 14px;">Clear Server Data & Restart</button>
|
|
</form>
|
|
</div>
|
|
</details>
|
|
</body>
|
|
</html>
|