mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-10 15:23:39 +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 (
|
const (
|
||||||
publicKeyPrefix = eventPrefix + "pk."
|
publicKeyPrefix = eventPrefix + "public_key."
|
||||||
PublicKeyCreatedType = publicKeyPrefix + "created"
|
PublicKeyCreatedType = publicKeyPrefix + "created"
|
||||||
PublicKeyDeletedType = publicKeyPrefix + "deleted"
|
PublicKeyDeletedType = publicKeyPrefix + "deleted"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user