mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 11:06:33 +00:00
add authorization
This commit is contained in:
@@ -8,6 +8,7 @@ public class BusinessException(ExceptionEnum exEnum, string message) : Exception
|
||||
public enum ExceptionEnum
|
||||
{
|
||||
NoUserFound = 10,
|
||||
NoUser = 15,
|
||||
UserExists = 20,
|
||||
PasswordIncorrect = 30,
|
||||
UserLengthIncorrect = 33,
|
||||
|
||||
Reference in New Issue
Block a user