identificationOfCultivatedL.../OpenAuth.Identity/Views/Shared/Redirect.cshtml

8 lines
312 B
Plaintext
Raw Normal View History

2026-02-04 10:30:49 +08:00
@model OpenAuth.IdentityServer.Quickstart.Account.RedirectViewModel
<h1>You are now being returned to the application.</h1>
<p>Once complete, you may close this tab</p>
<meta http-equiv="refresh" content="0;url=@Model.RedirectUrl" data-url="@Model.RedirectUrl">
<script src="~/js/signin-redirect.js"></script>