Browse Source

Update LoginModal.cshtml

pull/21236/head
enisn 1 year ago
parent
commit
c801b39181
No known key found for this signature in database GPG Key ID: A052619F04155D1C
  1. 2
      modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Modals/Login/LoginModal.cshtml

2
modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Modals/Login/LoginModal.cshtml

@ -18,7 +18,7 @@
</h4>
</div>
</abp-modal-body>
<abp-modal-footer>
<abp-modal-footer class="d-flex justify-content-center">
<a href="@Model.ViewModel.LoginUrl" class="btn btn-secondary">@L["CmsKit:Modals:Login"]</a>
</abp-modal-footer>
</abp-modal>
Loading…
Cancel
Save