Hi @preethi.ramiah,
You can edit the existing displayError(err)
function to specifically handle a password error (err.code === "invalid_password"
) and display err.policy
.
Let me know if you have questions,
Dan
Hi @preethi.ramiah,
You can edit the existing displayError(err)
function to specifically handle a password error (err.code === "invalid_password"
) and display err.policy
.
Let me know if you have questions,
Dan