updated example of the authInvalidateSession

This commit is contained in:
ArnabChatterjee20k
2025-06-18 10:54:26 +05:30
parent 28fbd64864
commit 8d62ada545
@@ -173,7 +173,7 @@ class Project extends Model
'type' => self::TYPE_BOOLEAN,
'description' => 'Whether or not all existing sessions should be invalidated on password change',
'default' => false,
'example' => self::TYPE_BOOLEAN,
'example' => true,
])
->addRule('oAuthProviders', [
'type' => Response::MODEL_AUTH_PROVIDER,