From 9469783d432d9d53eafe5ec0c0b4baa78af2510d Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Mon, 4 Jul 2022 22:04:55 +0200 Subject: feat: custom msg upon 401 response closes #4768 --- .../app/+page-not-found/page-not-found.component.html | 17 ++++++++++++++++- client/src/app/core/routing/redirect.service.ts | 2 ++ .../shared/shared-main/auth/auth-interceptor.service.ts | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/+page-not-found/page-not-found.component.html b/client/src/app/+page-not-found/page-not-found.component.html index 70ede26e8..c6ca8670e 100644 --- a/client/src/app/+page-not-found/page-not-found.component.html +++ b/client/src/app/+page-not-found/page-not-found.component.html @@ -1,5 +1,5 @@