mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
setup changes
This commit is contained in:
@@ -4,7 +4,7 @@ import type { RecoverySource } from './RecoverySource'
|
||||
|
||||
export type SetupExecuteParams = {
|
||||
guid: string
|
||||
password: EncryptedWire
|
||||
password: EncryptedWire | null
|
||||
recoverySource: RecoverySource<EncryptedWire> | null
|
||||
kiosk?: boolean
|
||||
name: string | null
|
||||
|
||||
Reference in New Issue
Block a user