AuthWeakPasswordError
This error is thrown on certain methods when the password used is deemed weak. Inspect the reasons to identify what password strength rules are inadequate.
class AuthWeakPasswordError extends CustomAuthError {}
constructor(
message: string,
status: number,
reasons: string[],
);reasons: WeakPasswordReasons[];