6 lines
126 B
C#
6 lines
126 B
C#
namespace DysonNetwork.Pass.Features.Auth;
|
|
|
|
public class CaptchaVerificationResponse
|
|
{
|
|
public bool Success { get; set; }
|
|
} |