Skip to content

Commit

Permalink
fix(v2): typo in register u2f endpoint summary (#6059)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabi <fabienne@zitadel.com>
  • Loading branch information
muhlemmer and hifabienne committed Jun 20, 2023
1 parent 09aafb3 commit 83da9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/zitadel/user/v2alpha/user_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ service UserService {
}
};
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
summary: "Start the registration of passkey for a user";
summary: "Start the registration of a u2f token for a user";
description: "Start the registration of a u2f token for a user, as a response the public key credential creation options are returned, which are used to verify the u2f token."
responses: {
key: "200"
Expand Down

1 comment on commit 83da9ca

@vercel
Copy link

@vercel vercel bot commented on 83da9ca Jun 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-git-main-zitadel.vercel.app
docs-zitadel.vercel.app
zitadel-docs.vercel.app

Please sign in to comment.