fix(v2): typo in register u2f endpoint summary (#6059)

Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
Tim Möhlmann 2023-06-20 13:06:57 +02:00 committed by GitHub
parent 09aafb35eb
commit 83da9cada7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"