修复登录错误提示

This commit is contained in:
whyour
2022-09-23 17:44:48 +08:00
parent 8f4d67ffa7
commit 4e8f36d9a4
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ export default class UserService {
});
return {
code: 420,
message: '请输入两步验证token',
message: '',
};
}