mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +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