From fcb8a69a4e4939934a4be8c0da987d00214f486c Mon Sep 17 00:00:00 2001 From: Sebastian-Ion TINCU <Sebastian-Ion.TINCU@ext.ec.europa.eu> Date: Mon, 10 Jun 2024 09:08:40 +0200 Subject: [PATCH] EDELIVERY-12752 UI enhancement Users are warned before session expire [PR] Fix typo in comment. --- smp-angular/src/app/http/http-session-interceptor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smp-angular/src/app/http/http-session-interceptor.ts b/smp-angular/src/app/http/http-session-interceptor.ts index f8bfcf469..4b5a3b9f1 100644 --- a/smp-angular/src/app/http/http-session-interceptor.ts +++ b/smp-angular/src/app/http/http-session-interceptor.ts @@ -9,7 +9,7 @@ import { } from "../common/dialogs/session-expiration-dialog/session-expiration-dialog.component"; /* - * An custom interceptor that handles session expiration before it happens. + * A custom interceptor that handles session expiration before it happens. * * Users are prompted 60 seconds before their HTTP sessions are about to expire * and asked whether they would like to logout or extend the session time again. -- GitLab