Update internal/repository/user/authenticator/publickey.go

Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
Stefan Benz
2024-10-01 13:55:48 +02:00
committed by GitHub
parent 14bf648154
commit 3a5c51ab45

View File

@@ -9,7 +9,7 @@ import (
)
const (
publicKeyPrefix = eventPrefix + "pk."
publicKeyPrefix = eventPrefix + "public_key."
PublicKeyCreatedType = publicKeyPrefix + "created"
PublicKeyDeletedType = publicKeyPrefix + "deleted"
)