Fix the service name for accounts auth

Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
2026-04-28 13:06:51 +02:00
parent 9e2dcbd599
commit 7e9a30a974

View File

@@ -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) {}
}