mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 01:03:50 +02:00
fix 404 handling in main dialog
This commit is contained in:
@@ -845,7 +845,7 @@ export const useUserStore = defineStore('User', () => {
|
||||
})
|
||||
.catch((err) => {
|
||||
D.loading = false;
|
||||
D.visible = false;
|
||||
uiStore.closeMainDialog();
|
||||
toast.error(t('message.user.load_failed'));
|
||||
throw err;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user