Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/desktop/src/main/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ function signedInHtml(login: string): string {
<h1>Signed in to Slashtalk</h1>
<p>You can return to the desktop app.</p>
<div class="account">@${escapedLogin}</div>
<div class="brand">This tab will close automatically.</div>
<div class="brand">Feel free to close this tab.</div>
</main>
<script>setTimeout(() => window.close(), 900);</script>
</body>
Expand Down
Loading