feat: improve password protection UX with toggle switch and clear option
This commit is contained in:
@@ -23,6 +23,7 @@ export interface UpdateSiteRequest {
|
||||
timezone?: string
|
||||
is_public?: boolean
|
||||
password?: string
|
||||
clear_password?: boolean
|
||||
excluded_paths?: string[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user