Skip to content

Commit

Permalink
fix; SERVICE_AUTH
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 29, 2024
1 parent a38d872 commit 0c2a337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.qa.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
APP_ENV: development
APP_MAX_FILE_SIZE_MB: 10
CORS_ORIGINS: http://localhost:3000
SERVICE_AUTH: http://localhost:3002
SERVICE_AUTH: localhost:3002
SERVICE_BACKEND: backend:3003
SERVICE_CHECKIN: checkin:3004
SERVICE_STORE: store:3005
Expand Down
1 change: 1 addition & 0 deletions internal/auth/auth.service.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func (s *serviceImpl) VerifyGoogleLogin(_ context.Context, in *proto.VerifyGoogl

return &proto.VerifyGoogleLoginResponse{
Credential: s.dtoToProtoCredential(credentials),
UserId: user.User.Id,
}, nil

}
Expand Down

0 comments on commit 0c2a337

Please sign in to comment.