mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
fix: mc account logout on stale (#6986)
This commit is contained in:
@@ -1038,6 +1038,7 @@ async function checkUserChanges() {
|
||||
try {
|
||||
const defaultId = await get_default_user()
|
||||
if (defaultId !== currentUserId.value) {
|
||||
await accountsCard.value?.refreshValues()
|
||||
await loadCurrentUser()
|
||||
await loadCapes()
|
||||
await loadSkins()
|
||||
|
||||
Reference in New Issue
Block a user