mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 07:16:54 +00:00
Update internal/repository/user/authenticator/publickey.go
Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -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"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user