mirror of
https://github.com/unraid/api.git
synced 2026-01-06 00:30:22 -06:00
fix: remove API restart command
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user