Asserts that password is a string that matches confirmPassword. Will throw an Error otherwise.
password
confirmPassword
Password to assert.
Confirmation of password to match.
Asserts that
password
is a string that matchesconfirmPassword
. Will throw an Error otherwise.