more references.
This commit is contained in:
parent
5b6d74d8ee
commit
cede04a33e
179 changed files with 56679 additions and 19289 deletions
11
Views/Shared/Redirect.cshtml
Normal file
11
Views/Shared/Redirect.cshtml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@model RedirectViewModel
|
||||
|
||||
<div class="redirect-page">
|
||||
<div class="lead">
|
||||
<h1>You are now being returned to the application</h1>
|
||||
<p>Once complete, you may close this tab.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<meta http-equiv="refresh" content="0;url=@Model.RedirectUrl" data-url="@Model.RedirectUrl">
|
||||
<script src="~/js/signin-redirect.js"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue