♻️ Moved services & controllers to Pass
This commit is contained in:
6
DysonNetwork.Pass/Auth/CheckpointModel.cs
Normal file
6
DysonNetwork.Pass/Auth/CheckpointModel.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace DysonNetwork.Pass.Auth;
|
||||
|
||||
public class CaptchaVerificationResponse
|
||||
{
|
||||
public bool Success { get; set; }
|
||||
}
|
Reference in New Issue
Block a user