@using Remotely.Server.Components @using Remotely.Server.Auth @inherits LayoutComponentBase @inject NavigationManager NavMan
@Body

Two-Factor Authentication Required


Two-factor authentication is required. Click the button below to set up your authenticator app.

An unhandled error has occurred. Reload 🗙
@code { private void NavigateToTwoFactor() { NavMan.NavigateTo("/Account/Manage/TwoFactorAuthentication", true); } }