添加项目文件。
This commit is contained in:
13
TightWiki/Views/Shared/ExternalLoginCallback.cshtml
Normal file
13
TightWiki/Views/Shared/ExternalLoginCallback.cshtml
Normal file
@@ -0,0 +1,13 @@
|
||||
@model TightWiki.Models.ViewModels.ExternalLoginCallbackViewModel
|
||||
@{
|
||||
Layout = "/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3>External Login Exception</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="alert alert-danger">@Html.Raw(Model.ErrorMessage)</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user