From e9c7f5d6643a522b7ab23d6bf284d9e5d850b87c Mon Sep 17 00:00:00 2001 From: Emma Alexia Triphora Date: Mon, 21 Aug 2023 10:44:09 -0400 Subject: [PATCH] Fix #683 (#691) * Fix #683 * whitespace --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com> --- assets/auth/style.css | 6 +++++- src/auth/templates/error.html | 9 +++------ 2 files changed, 8 insertions(+), 7 deletions(-) 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