* Fix #683

* whitespace

---------

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
Emma Alexia Triphora 2023-08-21 10:44:09 -04:00 committed by GitHub
parent c85f12fe2c
commit e9c7f5d664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

@ -57,3 +57,7 @@ a {
a:visited {
color: #4f9cff
}
img {
image-rendering: pixelated;
}

View File

@ -12,13 +12,10 @@
<h2>{{ code }}</h2>
<p>An error has occurred during the authentication process.</p>
<p>
Try restarting the authentication flow within the launcher. If you are still facing issues,
join our <a href="https://discord.gg/EUHuJHt">Discord</a> for support!
Try closing this window and signing in again.
Join <a href="https://discord.gg/modrinth">our Discord server</a> to get help if this error persists after three attempts.
</p>
<details>
<summary>Debug info</summary>
<p>{{ message }}</p>
</details>
<p><b>Debug information:</b> {{ message }}</p>
</div>
</body>
</html>