@keycloakify/login-ui 250004.2.0 → 250004.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -96,6 +96,9 @@ export declare namespace KcContext {
96
96
  getFirstError: (...fieldNames: string[]) => string;
97
97
  };
98
98
  properties: {};
99
+ authenticationSession?: {
100
+ authSessionIdHash: string;
101
+ };
99
102
  "x-keycloakify": {
100
103
  messages: Record<string, string>;
101
104
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keycloakify/login-ui",
3
- "version": "250004.2.0",
3
+ "version": "250004.2.1",
4
4
  "description": "React implementation of Keycloak Login v2 for Keycloakify",
5
5
  "repository": {
6
6
  "type": "git",
@@ -142,6 +142,11 @@ export declare namespace KcContext {
142
142
  getFirstError: (...fieldNames: string[]) => string;
143
143
  };
144
144
  properties: {};
145
+
146
+ authenticationSession?: {
147
+ authSessionIdHash: string;
148
+ };
149
+
145
150
  "x-keycloakify": {
146
151
  messages: Record<string, string>;
147
152
  };