From 481584350d3bc134c00c4027c5d02bc05aeeb31e Mon Sep 17 00:00:00 2001 From: Stefan Benz <46600784+stebenz@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:55:08 +0200 Subject: [PATCH] Update proto/zitadel/resources/user/v3alpha/authenticator.proto Co-authored-by: Livio Spring --- proto/zitadel/resources/user/v3alpha/authenticator.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/zitadel/resources/user/v3alpha/authenticator.proto b/proto/zitadel/resources/user/v3alpha/authenticator.proto index ec3f2ca3a3..e78cd7d41e 100644 --- a/proto/zitadel/resources/user/v3alpha/authenticator.proto +++ b/proto/zitadel/resources/user/v3alpha/authenticator.proto @@ -262,7 +262,7 @@ message SetAuthenticators { } message SetUsername { - // Set the user's username. This will be used for identification during authentication. + // Add a user's username. This will be used for identification during authentication. string username = 1 [ (validate.rules).string = {min_len: 1, max_len: 200}, (google.api.field_behavior) = REQUIRED,