Fix the service name for accounts auth
Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
@@ -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) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user