updated error to mention clearing cache

This commit is contained in:
Miodec 2021-03-16 02:00:56 +00:00
parent cc17338d58
commit 69020f7ab0

View file

@ -467,7 +467,7 @@ function getAccountDataAndInit() {
AccountIcon.loading(false);
console.error(e);
Notifications.add(
"Error downloading user data - refresh to try again. Client likely could not connect to the backend, if error persists contact Miodec.",
"Error downloading user data. Client likely could not connect to the backend - refresh to try again. If error persists try clearing your cache and website data or contact Miodec.",
-1
);
$("#top #menu .account .icon").html('<i class="fas fa-fw fa-times"></i>');