We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b8169 commit 2c2271bCopy full SHA for 2c2271b
3 files changed
Idp.Swiyu.Passkeys.Sts/Pages/Diagnostics/Index.cshtml
@@ -29,7 +29,7 @@
29
<div class="col">
30
<div class="card">
31
<div class="card-header">
32
- <h2>Properties</h2>
+ <h3>Properties</h3>
33
</div>
34
<div class="card-body">
35
<dl>
Idp.Swiyu.Passkeys.Sts/Pages/Swiyu/IdentityCheckComplete.cshtml
@@ -3,6 +3,11 @@
3
@{
4
}
5
6
+<h3>
7
+ <img src="~/swiyu.png" class="logo">
8
+ Swiss identity
9
+</h3>
10
+
11
<p>Your identity has been successfully verified.</p>
12
13
<p>Please logout and login again to use verified account</p>
Idp.Swiyu.Passkeys.Sts/Pages/Swiyu/Register.cshtml
@@ -1,7 +1,7 @@
1
@page
2
@model Idp.Swiyu.Passkeys.Sts.Pages.Swiyu.RegisterModel
- ViewData["Title"] = "Register Swiyu public Beta-ID";
+ ViewData["Title"] = "Register swiyu public Beta-ID";
<div class="container my-5 swiyu-page">
0 commit comments