fix reset hw endpoint

This commit is contained in:
Alex Bezdieniezhnykh
2025-05-02 11:17:45 +03:00
parent eb043e94a8
commit 0458739126
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -31,6 +31,7 @@ public enum ExceptionEnum
[Description("Password should be at least 8 characters.")]
PasswordLengthIncorrect = 32,
[Description("Email is empty or invalid.")]
EmailLengthIncorrect = 35,
WrongEmail = 37,