This commit is contained in:
garronej
2023-03-27 21:03:11 +02:00
parent 41b67f6af4
commit bc242b0aa7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "keycloakify", "name": "keycloakify",
"version": "7.2.3", "version": "7.2.4",
"description": "Create Keycloak themes using React", "description": "Create Keycloak themes using React",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -185,7 +185,7 @@ export declare namespace KcContext {
}; };
url: { url: {
loginResetCredentialsUrl: string; loginResetCredentialsUrl: string;
} };
}; };
export type LoginVerifyEmail = Common & { export type LoginVerifyEmail = Common & {