Skip to content

Commit

Permalink
fix(keycloakify): remove weird message when wrong password
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 29, 2024
1 parent 1175387 commit 1145e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/keycloakify/src/login/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const { useI18n } = createUseI18n({
// Here we overwrite the default english value for the message "doForgotPassword"
// that is "Forgot Password?" see: https://github.com/InseeFrLab/keycloakify/blob/f0ae5ea908e0aa42391af323b6d5e2fd371af851/src/lib/i18n/generated_messages/18.0.1/login/en.ts#L17
doForgotPassword: "I forgot my password",
invalidUserMessage: "Invalid username or password. (this message was overwrite in the theme)"
invalidUserMessage: "Invalid username or password."
},
fr: {
/* spell-checker: disable */
Expand Down

0 comments on commit 1145e55

Please sign in to comment.