Skip to content

Commit c865ca6

Browse files
committed
clean up
1 parent db03686 commit c865ca6

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

Idp.Swiyu.Passkeys.Sts/Pages/Account/Login/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="col-sm-6">
1616
<div class="card">
1717
<div class="card-header">
18-
<h2>Local Account</h2>
18+
<h3>Local Account</h3>
1919
</div>
2020

2121
<div class="card-body">
@@ -84,7 +84,7 @@
8484
<div class="col-sm-6">
8585
<div class="card">
8686
<div class="card-header">
87-
<h2>External Account</h2>
87+
<h3>External Account</h3>
8888
</div>
8989
<div class="card-body">
9090
<ul class="list-inline">

Idp.Swiyu.Passkeys.Sts/Pages/Account/Logout/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<div class="logout-page">
55
<div class="lead">
6-
<h1>Logout</h1>
6+
<h3>Logout</h3>
77
<p>Would you like to logout of IdentityServer?</p>
88
</div>
99

Idp.Swiyu.Passkeys.Sts/Pages/Account/Logout/LoggedOut.cshtml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
@model Idp.Swiyu.Passkeys.Sts.Pages.Logout.LoggedOut
33

44
<div class="logged-out-page">
5-
<h1>
6-
Logout
7-
<small>You are now logged out</small>
8-
</h1>
5+
<h3>You are now logged out</h3>
96

107
@if (Model.View.PostLogoutRedirectUri != null)
118
{

0 commit comments

Comments
 (0)