mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 02:20:38 +09:00
fix: add missing disableSignUp to auth config objects in CLI
All auth config literals in the CLI were missing the required disableSignUp field after it was added to authConfigSchema. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f2a0a0b804
commit
38cb2bf3c4
4 changed files with 6 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ function writeBaseConfig(configPath: string) {
|
|||
},
|
||||
auth: {
|
||||
baseUrlMode: "auto",
|
||||
disableSignUp: false,
|
||||
},
|
||||
storage: {
|
||||
provider: "local_disk",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue