Add Authentication on frontend
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace GameIdeas.WebAPI.Exceptions;
|
||||
|
||||
public class UserInvalidException (string message) : Exception(message);
|
||||
Reference in New Issue
Block a user