@using Infrastructure.Email.Templates.Components Resend Confirmation - The Biergarten App

New Confirmation Link

Hi @Username, you requested another email confirmation link. Use the button below to verify your account.

Confirm Email Again

This replacement link expires in 24 hours.

If you did not request this, you can safely ignore this email.

@code { [Parameter] public string Username { get; set; } = string.Empty; [Parameter] public string ConfirmationLink { get; set; } = string.Empty; }