reset_pwd2.js 72 B

123
  1. function ResetPassword(){
  2. window.location.href='/reset_password';
  3. };