This commit is contained in:
Zyronon
2025-11-13 11:09:33 +00:00
parent 04136db975
commit 0441302f88
12 changed files with 647 additions and 225 deletions

View File

@@ -235,4 +235,7 @@ export enum CodeType {
Login = 0,
Register = 1,
ResetPwd = 2,
ChangeEmail = 3,
ChangePhoneNew = 4,
ChangePhoneOld = 5
}