mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-22 12:09:19 +08:00
增加SSO逻辑
This commit is contained in:
14
OpenAuth.WebTest/Views/Shared/Error.cshtml
Normal file
14
OpenAuth.WebTest/Views/Shared/Error.cshtml
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<title>错误</title>
|
||||
</head>
|
||||
<body>
|
||||
<hgroup>
|
||||
<h1>登录失败</h1>
|
||||
<h2>用户名或密码错误</h2>
|
||||
</hgroup>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user