@page @model RegisterConfirmationModel @{ ViewData["Title"] = "Register confirmation"; }
This app does not currently have a real email sender registered, see these docs for how to configure a real email sender. Normally this would be emailed: Click here to confirm your account
} else {Please check your email to confirm your account.
} } @* TODO: Do something about this. *@