Skip to content

Commit 57ba1c6

Browse files
committed
kind fix
1 parent 27ef6c8 commit 57ba1c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/authn/authn.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/mls/store/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func (s *Store) PublishIdentityUpdate(ctx context.Context, req *identity.Publish
210210
identifier := hex.EncodeToString(passkey.Passkey.GetKey())
211211
err = txQueries.RevokeAddressFromLog(ctx, queries.RevokeAddressFromLogParams{
212212
Identifier: identifier,
213-
IdentifierKind: int32(associations.IdentifierKind_IDENTIFIER_KIND_ETHEREUM),
213+
IdentifierKind: int32(associations.IdentifierKind_IDENTIFIER_KIND_PASSKEY),
214214
InboxID: inboxId,
215215
RevocationSequenceID: sql.NullInt64{Valid: true, Int64: sequence_id},
216216
})

0 commit comments

Comments
 (0)