feat: password protected profiles

This commit is contained in:
zhom
2026-05-10 04:32:59 +04:00
parent 5bff4438f0
commit b4a8fd04d8
28 changed files with 3253 additions and 44 deletions
+1
View File
@@ -37,6 +37,7 @@ export interface BrowserProfile {
created_by_id?: string;
created_by_email?: string;
dns_blocklist?: string;
password_protected?: boolean;
}
export interface Extension {