@using Infrastructure.Email.Templates.Components
Welcome to The Biergarten App!
Welcome Aboard!
|
|
Hi @Username, we're excited to have you join our
community of beer enthusiasts!
|
|
|
|
This confirmation link expires in 24 hours.
|
|
@code {
[Parameter]
public string Username { get; set; } = string.Empty;
[Parameter]
public string ConfirmationLink { get; set; } = string.Empty;
}