fix: password hash update and add missing i18n (#6285)

This commit is contained in:
Livio Spring
2023-07-28 09:09:15 +02:00
committed by GitHub
parent 31ec1d83b9
commit 789dcd8615
27 changed files with 63 additions and 5 deletions

View File

@@ -15,7 +15,6 @@ const (
UserV1PasswordCodeSentType = userV1PasswordEventTypePrefix + "code.sent"
UserV1PasswordCheckSucceededType = userV1PasswordEventTypePrefix + "check.succeeded"
UserV1PasswordCheckFailedType = userV1PasswordEventTypePrefix + "check.failed"
UserV1PasswordHashUpdatedType = userV1PasswordEventTypePrefix + "hash.updated"
userV1EmailEventTypePrefix = userEventTypePrefix + "email."
UserV1EmailChangedType = userV1EmailEventTypePrefix + "changed"