mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 10:08:04 +08:00
8 lines
312 B
Plaintext
8 lines
312 B
Plaintext
@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>
|