fix: nodeinfoにenableMcaptchaとenableTurnstileが無い (#13387)
This commit is contained in:
parent
b0030d148d
commit
0b636d1bf9
3 changed files with 13 additions and 0 deletions
|
|
@ -253,6 +253,8 @@ export class MiMeta {
|
|||
})
|
||||
public turnstileSecretKey: string | null;
|
||||
|
||||
// chaptcha系を追加した際にはnodeinfoのレスポンスに追加するのを忘れないようにすること
|
||||
|
||||
@Column('enum', {
|
||||
enum: ['none', 'all', 'local', 'remote'],
|
||||
default: 'none',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue