diff --git a/assets/auth/style.css b/assets/auth/style.css index 328335885..296526871 100644 --- a/assets/auth/style.css +++ b/assets/auth/style.css @@ -56,4 +56,8 @@ a { a:visited { color: #4f9cff -} \ No newline at end of file +} + +img { + image-rendering: pixelated; +} diff --git a/src/auth/templates/error.html b/src/auth/templates/error.html index e304fb055..25c2f46c9 100644 --- a/src/auth/templates/error.html +++ b/src/auth/templates/error.html @@ -12,13 +12,10 @@

{{ code }}

An error has occurred during the authentication process.

- Try restarting the authentication flow within the launcher. If you are still facing issues, - join our Discord for support! + Try closing this window and signing in again. + Join our Discord server to get help if this error persists after three attempts.

-
- Debug info -

{{ message }}

-
+

Debug information: {{ message }}

\ No newline at end of file