From 5db90f178709e0878912140eb9fc91e11221785a Mon Sep 17 00:00:00 2001
From: Thomas <4159106+dtslvr@users.noreply.github.com>
Date: Tue, 15 Jun 2021 09:47:18 +0200
Subject: [PATCH] Feature/improve error page of fingerprint sign in (#167)
* Improve error page
* Update changelog
---
CHANGELOG.md | 1 +
.../src/app/pages/webauthn/webauthn-page.html | 17 ++++++++++++-----
.../app/pages/webauthn/webauthn-page.module.ts | 2 ++
3 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d73ee4f15..57551b076 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
+- Improved the error page of the sign in with fingerprint
- Disable the sign in with fingerprint selector for the demo user
- Upgraded `chart.js` from version `3.2.1` to `3.3.2`
- Upgraded `date-fns` from version `2.19.0` to `2.22.1`
diff --git a/apps/client/src/app/pages/webauthn/webauthn-page.html b/apps/client/src/app/pages/webauthn/webauthn-page.html
index 8a561fa79..df2d971d5 100644
--- a/apps/client/src/app/pages/webauthn/webauthn-page.html
+++ b/apps/client/src/app/pages/webauthn/webauthn-page.html
@@ -1,5 +1,11 @@