Skip to content

Commit

Permalink
1. end
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenc2002 committed Jul 18, 2024
1 parent 01a5936 commit a7f7b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/RegisterView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function RegisterView() {
navigate('/')
})
.catch((err) => {
MessagePlugin.error('密码小于八位')
MessagePlugin.error('注册失败')
})
.finally(() => {
setLoading(false)
Expand Down

0 comments on commit a7f7b57

Please sign in to comment.