diff --git a/proto/accounts/v1/accounts_v1.proto b/proto/accounts/v1/accounts_v1.proto index 67b14c2..48cff34 100644 --- a/proto/accounts/v1/accounts_v1.proto +++ b/proto/accounts/v1/accounts_v1.proto @@ -26,7 +26,7 @@ service AccountsNoAuthService { * Service for handling accounts that do require authentication * Tokens should be sent via metadata, so the service is able to authenticate a user for a request */ -service AccountAuthService { +service AccountsAuthService { // Is email for the current account verified rpc IsEmailVerified (IsEmailVerifiedRequest) returns (IsEmailVerifiedResponse) {} }