Browse Source

fix(authorize): fix button style

pull/1416/head
colin 2 months ago
parent
commit
6622c67a6d
  1. 2
      aspnet-core/modules/account/LINGYUN.Abp.Account.Web.OpenIddict/Views/Authorize/Authorize.cshtml

2
aspnet-core/modules/account/LINGYUN.Abp.Account.Web.OpenIddict/Views/Authorize/Authorize.cshtml

@ -83,7 +83,7 @@
<div class="d-grid gap-2">
<input class="btn btn-primary" name="accept" type="submit" value="@L["Accept"]" />
<input class="btn btn-danger ms-1" name="deny" type="submit" value="@L["Deny"]" />
<input class="btn btn-danger" name="deny" type="submit" value="@L["Deny"]" />
</div>
</form>
</abp-card-body>

Loading…
Cancel
Save