Browse Source

Remove notice in confirmation page.

pull/6/head
t123yh 7 years ago
parent
commit
06491ad1db
  1. 1
      views/forget_confirm.ejs

1
views/forget_confirm.ejs

@ -57,7 +57,6 @@ function submitForm() {
async: true,
success: function(data) {
error_code = data.error_code;
alert('fuck' + error_code);
switch (error_code) {
case 1:
showMessage("positive", "密码重置成功。");

Loading…
Cancel
Save