We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935638a commit e9c9c7bCopy full SHA for e9c9c7b
2 files changed
Idp.Swiyu.Passkeys.Sts/Pages/Account/Login/Index.cshtml
@@ -2,12 +2,10 @@
2
@using Idp.Swiyu.Passkeys.Sts.Passkeys
3
@model Idp.Swiyu.Passkeys.Sts.Pages.Login.Index
4
5
-<div class="login-page">
6
- <div class="lead">
7
- <h1>Login</h1>
8
- <p>Choose how to login</p>
9
- </div>
+<h3>Login</h3>
10
+<div class="login-page">
+
11
<partial name="_ValidationSummary"/>
12
13
<div class="row">
Idp.Swiyu.Passkeys.Sts/Pages/Swiyu/IdentityAlreadyVerified.cshtml
@@ -3,5 +3,10 @@
@{
}
+<h3>
+ <img src="~/swiyu.png" class="logo">
+ identity from Switzerland
+</h3>
<p>Your account has an swiyu identity already attached. You cannot add a new one.</p>
0 commit comments