feat: improve password protection UX with toggle switch and clear option

This commit is contained in:
Usman Baig
2026-01-18 22:44:48 +01:00
parent 7791d0c087
commit e715aedc39
2 changed files with 46 additions and 24 deletions

View File

@@ -23,6 +23,7 @@ export interface UpdateSiteRequest {
timezone?: string
is_public?: boolean
password?: string
clear_password?: boolean
excluded_paths?: string[]
}