mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-11 15:53:59 +00:00
feat: add option to disable self-account editing
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export type AppConfig = {
|
||||
appName: string;
|
||||
allowOwnAccountEdit: boolean;
|
||||
};
|
||||
|
||||
export type AllAppConfig = AppConfig & {
|
||||
|
||||
Reference in New Issue
Block a user