Browse Source

Remove asp-page from Consent.cshtml.

pull/8213/head
maliming 5 years ago
parent
commit
c224ea8731
  1. 2
      modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Consent.cshtml

2
modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Consent.cshtml

@ -19,7 +19,7 @@
</div>
</abp-card-header>
<abp-card-body>
<form method="post" asp-page="/Consent">
<form method="post">
<div>Uncheck the permissions you do not wish to grant.</div>

Loading…
Cancel
Save