mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-10 12:43:40 +00:00
Update internal/repository/user/authenticator/publickey.go
Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
parent
14bf648154
commit
3a5c51ab45
@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
publicKeyPrefix = eventPrefix + "pk."
|
||||
publicKeyPrefix = eventPrefix + "public_key."
|
||||
PublicKeyCreatedType = publicKeyPrefix + "created"
|
||||
PublicKeyDeletedType = publicKeyPrefix + "deleted"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user