feat: add option to disable self-account editing

This commit is contained in:
Elias Schneider
2024-10-28 18:45:27 +01:00
parent 7bfc3f43a5
commit 8304065652
9 changed files with 65 additions and 30 deletions

View File

@@ -1,5 +1,6 @@
export type AppConfig = {
appName: string;
allowOwnAccountEdit: boolean;
};
export type AllAppConfig = AppConfig & {