Files
OpenAuth.Net/OpenAuth.Identity/Views/Shared/Redirect.cshtml

8 lines
312 B
Plaintext
Raw Normal View History

@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>