Files
Swarm/DysonNetwork.Sphere/Account/Email/LandingEmail.cs

7 lines
186 B
C#

namespace DysonNetwork.Sphere.Account.Email;
public class LandingEmailModel
{
public required string Name { get; set; }
public required string VerificationLink { get; set; }
}