feat: implement TASK-WP1-04 admin security

This commit is contained in:
suyx
2026-07-28 18:32:50 +08:00
parent 66fe3b763a
commit 03f1509de7
29 changed files with 2344 additions and 40 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ export interface RegistrationCodeMessage {
challengeId: string;
code: string;
email: string;
purpose: "register" | "login";
purpose: "register" | "login" | "admin_login";
}
export interface ResendAdapter {