@page @model RegisterConfirmationModel @{ ViewData["Title"] = "Bestätitugn Ihrer Registrierung"; }

@ViewData["Title"]

@{ if (@Model.DisplayConfirmAccountLink) {

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 {

Bitte überprüfen Sie ihr Postfach, um Ihr neues Konto zu bestätigen.

} }