Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: adds jsdocs for
auth.forgotPassword.expiration
prop (#9739)
### What Updates auth.forgotPassword.expiration prop type to include JSDocs I.e ``` /** * The number of milliseconds that the forgot password token should be valid for. * @default 3600000 // 1 hour */ ```
- Loading branch information