fix: Addition of prop logoutUrl

This commit is contained in:
giorgoslytos 2024-05-16 17:09:03 +03:00
parent fd538e95ca
commit fb4acc62c4
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ export declare namespace KcContext {
sessionsUrl: string;
applicationsUrl: string;
logUrl: string;
logoutUrl: string;
resourceUrl: string;
resourcesCommonPath: string;
resourcesPath: string;

View File

@ -17,6 +17,7 @@ export const kcContextCommonMock: KcContext.Common = {
"resourceUrl": "#",
"accountUrl": "#",
"applicationsUrl": "#",
"logoutUrl": "#",
"getLogoutUrl": () => "#",
"logUrl": "#",
"passwordUrl": "#",