Refactor JWT token generation and update password handling logic; add exception handling behavior
This commit is contained in:
@@ -3,6 +3,7 @@ public class SetPasswordForUserEvent : BaseEvent
|
||||
{
|
||||
public SetPasswordForUserEvent(User item)
|
||||
{
|
||||
Item = item;
|
||||
}
|
||||
public User Item { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user