🧱 Render email based on razor components
This commit is contained in:
7
DysonNetwork.Sphere/Account/Email/LandingEmail.cs
Normal file
7
DysonNetwork.Sphere/Account/Email/LandingEmail.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace DysonNetwork.Sphere.Account.Email;
|
||||
|
||||
public class LandingEmailModel
|
||||
{
|
||||
public required string Name { get; set; }
|
||||
public required string VerificationLink { get; set; }
|
||||
}
|
Reference in New Issue
Block a user