From 7ca5205fe555ceef1ff17af2cf97674619e0a406 Mon Sep 17 00:00:00 2001 From: GZTime Date: Sat, 10 Sep 2022 22:08:42 +0800 Subject: [PATCH] fix: RegisterStatus not match --- GZCTF/ClientApp/src/pages/account/Register.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GZCTF/ClientApp/src/pages/account/Register.tsx b/GZCTF/ClientApp/src/pages/account/Register.tsx index c75c33ca7..b5818baf2 100644 --- a/GZCTF/ClientApp/src/pages/account/Register.tsx +++ b/GZCTF/ClientApp/src/pages/account/Register.tsx @@ -19,7 +19,7 @@ const RegisterStatusMap = new Map([ }, ], [ - RegisterStatus.EmailConfirmationRequired, + RegisterStatus.AdminConfirmationRequired, { title: '注册请求已发送', message: '请等待管理员审核激活~',