Skip to content

Commit

Permalink
fix: RegisterStatus not match
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Sep 10, 2022
1 parent 1f362ee commit 7ca5205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GZCTF/ClientApp/src/pages/account/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const RegisterStatusMap = new Map([
},
],
[
RegisterStatus.EmailConfirmationRequired,
RegisterStatus.AdminConfirmationRequired,
{
title: '注册请求已发送',
message: '请等待管理员审核激活~',
Expand Down

0 comments on commit 7ca5205

Please sign in to comment.