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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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