* Fix #683 * whitespace --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
parent
c85f12fe2c
commit
e9c7f5d664
@ -57,3 +57,7 @@ a {
|
|||||||
a:visited {
|
a:visited {
|
||||||
color: #4f9cff
|
color: #4f9cff
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
image-rendering: pixelated;
|
||||||
|
}
|
||||||
|
|||||||
@ -12,13 +12,10 @@
|
|||||||
<h2>{{ code }}</h2>
|
<h2>{{ code }}</h2>
|
||||||
<p>An error has occurred during the authentication process.</p>
|
<p>An error has occurred during the authentication process.</p>
|
||||||
<p>
|
<p>
|
||||||
Try restarting the authentication flow within the launcher. If you are still facing issues,
|
Try closing this window and signing in again.
|
||||||
join our <a href="https://discord.gg/EUHuJHt">Discord</a> for support!
|
Join <a href="https://discord.gg/modrinth">our Discord server</a> to get help if this error persists after three attempts.
|
||||||
</p>
|
</p>
|
||||||
<details>
|
<p><b>Debug information:</b> {{ message }}</p>
|
||||||
<summary>Debug info</summary>
|
|
||||||
<p>{{ message }}</p>
|
|
||||||
</details>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user