aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.Portal/Views/Account/SignOutCallback.cshtml
blob: cbbc3bb8718d1c1f27e2504efe6865d0b407402a (plain)
1
2
3
4
5
@{
    ViewBag.Title = "Sign Out";
}
<h2>@ViewBag.Title.</h2>
<p class="text-success">You have successfully signed out.</p>