Adding "AzureADB2CSignoutTitle" and "AzureADB2CSignoutText" ta… (#18827)

This commit is contained in:
PJ Evans 2020-02-06 17:19:16 -05:00 committed by GitHub
parent 7811c4955f
commit 8c32dfa145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
ViewData["Title"] = "Signed out"; ViewData["Title"] = "Signed out";
} }
<h2>@ViewData["Title"]</h2> <h2 id="AzureADB2CSignoutTitle">@ViewData["Title"]</h2>
<p> <p id="AzureADB2CSignoutText">
You have successfully signed out. You have successfully signed out.
</p> </p>