hide sign-up/moderation in iris
This commit is contained in:
3
packages/app/custom.d.ts
vendored
3
packages/app/custom.d.ts
vendored
@ -59,6 +59,9 @@ declare const CONFIG: {
|
||||
deck: boolean;
|
||||
zapPool: boolean;
|
||||
};
|
||||
signUp: {
|
||||
moderation: boolean;
|
||||
};
|
||||
eventLinkPrefix: NostrPrefix;
|
||||
profileLinkPrefix: NostrPrefix;
|
||||
defaultRelays: Record<string, RelaySettings>;
|
||||
|
Reference in New Issue
Block a user