mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
fix(v2): typo in register u2f endpoint summary (#6059)
Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
parent
09aafb35eb
commit
83da9cada7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user