fix: remove API restart command

This commit is contained in:
Eli Bosley
2023-09-08 09:11:07 -04:00
parent 68b1be7477
commit 047b0388a7

View File

@@ -211,8 +211,6 @@ export const useAccountStore = defineStore('account', () => {
console.debug('[connectSignOutMutation]', res);
accountActionStatus.value = 'success';
setQueueConnectSignOut(false); // reset
// Restarting the unraid api client to see if this helps remedy the unpredictable issue of needing to sign in twice
unraidApiStore.restartUnraidApiClient();
});
onError((error) => {