mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
fix: flash backup activated detection in account payload (#898)
fix: flash backup activated detection in account payload to warn users to download back before unregistering with connect
This commit is contained in:
@@ -268,6 +268,7 @@ export const useServerStore = defineStore('server', () => {
|
||||
connectPluginVersion: connectPluginVersion.value,
|
||||
description: description.value,
|
||||
expireTime: expireTime.value,
|
||||
flashBackupActivated: flashBackupActivated.value,
|
||||
flashProduct: flashProduct.value,
|
||||
flashVendor: flashVendor.value,
|
||||
guid: guid.value,
|
||||
|
||||
@@ -124,6 +124,7 @@ export interface ServerAccountCallbackSendPayload {
|
||||
description?: string;
|
||||
deviceCount?: number;
|
||||
expireTime?: number;
|
||||
flashBackupActivated?: boolean;
|
||||
flashProduct?: string;
|
||||
flashVendor?: string;
|
||||
guid?: string;
|
||||
|
||||
Reference in New Issue
Block a user