mirror of
https://github.com/unraid/api.git
synced 2026-01-07 09:10:05 -06:00
refactor: serverData to show recover when pluginInstalled
This commit is contained in:
@@ -331,7 +331,8 @@ export const useServerStore = defineStore('server', () => {
|
||||
actions: [
|
||||
...(!registered.value && pluginInstalled.value ? [signInAction] : []),
|
||||
...([purchaseAction, redeemAction]),
|
||||
...(registered.value ? [recoverAction, signOutAction] : []),
|
||||
...(pluginInstalled.value ? [recoverAction] : []),
|
||||
...(registered.value ? [signOutAction] : []),
|
||||
],
|
||||
error: true,
|
||||
humanReadable: 'Missing key file',
|
||||
|
||||
Reference in New Issue
Block a user