mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
fix resonse model
This commit is contained in:
parent
276032b3f7
commit
44082a92f7
1 changed files with 6 additions and 0 deletions
|
|
@ -126,6 +126,12 @@ class Project extends Model
|
||||||
'default' => 0,
|
'default' => 0,
|
||||||
'example' => 5,
|
'example' => 5,
|
||||||
])
|
])
|
||||||
|
->addRule('authPasswordDictionary', [
|
||||||
|
'type' => self::TYPE_BOOLEAN,
|
||||||
|
'description' => 'Whether or not to check user\'s password against most commonly used passwords.',
|
||||||
|
'default' => false,
|
||||||
|
'example' => true,
|
||||||
|
])
|
||||||
->addRule('providers', [
|
->addRule('providers', [
|
||||||
'type' => Response::MODEL_PROVIDER,
|
'type' => Response::MODEL_PROVIDER,
|
||||||
'description' => 'List of Providers.',
|
'description' => 'List of Providers.',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue