mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-24 01:50:30 +02:00
fix: Add maxAliasesPerUser to default admin settings
This commit is contained in:
parent
a11f731008
commit
98e3b5ead5
@ -12,4 +12,5 @@ export const DEFAULT_ADMIN_SETTINGS: AdminSettings = {
|
|||||||
enableImageProxy: true,
|
enableImageProxy: true,
|
||||||
allowStatistics: true,
|
allowStatistics: true,
|
||||||
allowAliasDeletion: false,
|
allowAliasDeletion: false,
|
||||||
|
maxAliasesPerUser: 0,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user