feat: show password protection status in site settings

This commit is contained in:
Usman Baig
2026-01-18 22:31:34 +01:00
parent a8dc172fa9
commit d538a96999
2 changed files with 19 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ export interface Site {
name: string
timezone?: string
is_public?: boolean
has_password?: boolean
excluded_paths?: string[]
created_at: string
updated_at: string