mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-18 09:44:28 +08:00
ru
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<div class="media">
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading">@ViewBag.CurrentUser.User.Account ,您好!</h4>
|
||||
<p>因为使用了SSO,所以您可以直接进入OpenAuth.Net,而不用重复登陆</p>
|
||||
<p>因为使用了SSO,所以您可以直接进入OpenAuth.Net,而不用重复登录</p>
|
||||
<p>
|
||||
<a href="/Home/Admin" class="btn btn-primary">直接进入OpenAuth.Net</a>
|
||||
<a href="/login/logout" class="btn btn-danger">注销</a>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
ViewBag.Title = "title";
|
||||
}
|
||||
|
||||
<h2>OpenAuth.net测试站点登陆</h2>
|
||||
<h2>OpenAuth.net测试站点登录</h2>
|
||||
|
||||
|
||||
@if (Model != null && !Model.Success)
|
||||
@@ -34,8 +34,8 @@
|
||||
<label class="checkbox">
|
||||
<input type="checkbox"> Remember me
|
||||
</label>
|
||||
<button type="submit" class="btn btn-primary">登陆</button>
|
||||
<a href="http://localhost:52789/SSO/Login?appkey=@ViewBag.AppKey">或者使用OpenAuth.net第三方登陆功能</a>
|
||||
<button type="submit" class="btn btn-primary">登录</button>
|
||||
<a href="http://localhost:52789/SSO/Login?appkey=@ViewBag.AppKey">或者使用OpenAuth.net第三方登录功能</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user