fix(fmt): formatting

This commit is contained in:
2025-11-07 09:10:22 +01:00
parent 8cfdfbc951
commit 7c0aefb7f4
5 changed files with 31 additions and 34 deletions

View File

@@ -204,7 +204,7 @@ func (c *IdentityClient) VerifyPassword(ctx context.Context, email, password str
resp, err := c.client.VerifyPassword(ctx, &identityv1.VerifyPasswordRequest{
Email: email,
Password: password,
Password: password,
})
if err != nil {
return nil, fmt.Errorf("verify password failed: %w", err)