@model BTCPayServer.Models.ManageViewModels.SetPasswordViewModel @{ ViewData.SetActivePage(ManageNavPages.ChangePassword, "Set your password"); }

You do not have a local username/password for this site. Add a local account so you can log in without an external login.

@if (!ViewContext.ModelState.IsValid) {
}
@section PageFootContent { }