diff options
| author | Fuwn <[email protected]> | 2023-12-15 23:58:50 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-15 23:58:50 -0800 |
| commit | b1cc0e327aba62dbeb43b1dd2aa910341bc96aa0 (patch) | |
| tree | f0bcbe1c7cd7fd25bc8c428d8abf08e609f8ae39 /src/lib | |
| parent | feat(notifications): refresh token (diff) | |
| download | due.moe-b1cc0e327aba62dbeb43b1dd2aa910341bc96aa0.tar.xz due.moe-b1cc0e327aba62dbeb43b1dd2aa910341bc96aa0.zip | |
feat(error): more error debugging
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Error.svelte | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/Error.svelte b/src/lib/Error.svelte index a78fceb4..617cabfb 100644 --- a/src/lib/Error.svelte +++ b/src/lib/Error.svelte @@ -9,7 +9,11 @@ <a href="https://en.wikipedia.org/wiki/Rate_limiting" target="_blank">rate limited</a>. </p> <p> - Try again in a few minutes. If the problem persists, please contact + Your login session may have expired. Try logging out and logging back in, or try again in a + few minutes. + </p> + <p> + If the problem persists, please contact <a href="https://anilist.co/user/fuwn" target="_blank">@fuwn</a> on AniList. </p> </li> |