mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-07-14 11:33:47 +08:00
🎨ui: 优化Identity样式
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
@model OpenAuth.IdentityServer.Quickstart.Account.RedirectViewModel
|
||||
@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>
|
||||
<div class="auth-card">
|
||||
<div class="auth-card-header">
|
||||
<div class="status-icon status-icon--info">↺</div>
|
||||
<h1>正在跳转</h1>
|
||||
<p class="loading-dots">正在返回应用程序</p>
|
||||
</div>
|
||||
|
||||
<div class="status-text">
|
||||
页面即将自动跳转,如未自动跳转请 <a href="@Model.RedirectUrl">点击此处</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<meta http-equiv="refresh" content="0;url=@Model.RedirectUrl" data-url="@Model.RedirectUrl">
|
||||
<script src="~/js/signin-redirect.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user