Skip to content

Commit e9c9c7b

Browse files
committed
clean up
1 parent 935638a commit e9c9c7b

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
@using Idp.Swiyu.Passkeys.Sts.Passkeys
33
@model Idp.Swiyu.Passkeys.Sts.Pages.Login.Index
44

5-
<div class="login-page">
6-
<div class="lead">
7-
<h1>Login</h1>
8-
<p>Choose how to login</p>
9-
</div>
5+
<h3>Login</h3>
106

7+
<div class="login-page">
8+
119
<partial name="_ValidationSummary"/>
1210

1311
<div class="row">

Idp.Swiyu.Passkeys.Sts/Pages/Swiyu/IdentityAlreadyVerified.cshtml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
@{
44
}
55

6+
<h3>
7+
<img src="~/swiyu.png" class="logo">
8+
identity from Switzerland
9+
</h3>
10+
611
<p>Your account has an swiyu identity already attached. You cannot add a new one.</p>
712

0 commit comments

Comments
 (0)