mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 09:06:33 +00:00
[AZ-198] Block disabled user login
Made-with: Cursor
This commit is contained in:
@@ -36,6 +36,9 @@ public enum ExceptionEnum
|
||||
|
||||
WrongEmail = 37,
|
||||
|
||||
[Description("User account is disabled.")]
|
||||
UserDisabled = 38,
|
||||
|
||||
[Description("Hardware mismatch! You are not authorized to access this resource from this hardware.")]
|
||||
HardwareIdMismatch = 40,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user