setup changes

This commit is contained in:
Aiden McClelland
2026-02-24 16:06:19 -07:00
parent d4e019c87b
commit 33a51bc663
5 changed files with 70 additions and 29 deletions

View File

@@ -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