Skip to content

Commit 2c2271b

Browse files
committed
Clean up
1 parent d4b8169 commit 2c2271b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Idp.Swiyu.Passkeys.Sts/Pages/Diagnostics/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="col">
3030
<div class="card">
3131
<div class="card-header">
32-
<h2>Properties</h2>
32+
<h3>Properties</h3>
3333
</div>
3434
<div class="card-body">
3535
<dl>

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

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

6+
<h3>
7+
<img src="~/swiyu.png" class="logo">
8+
Swiss identity
9+
</h3>
10+
611
<p>Your identity has been successfully verified.</p>
712

813
<p>Please logout and login again to use verified account</p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@page
22
@model Idp.Swiyu.Passkeys.Sts.Pages.Swiyu.RegisterModel
33
@{
4-
ViewData["Title"] = "Register Swiyu public Beta-ID";
4+
ViewData["Title"] = "Register swiyu public Beta-ID";
55
}
66

77
<div class="container my-5 swiyu-page">

0 commit comments

Comments
 (0)