We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537876e commit f47968cCopy full SHA for f47968c
internal/web/env.go
@@ -25,7 +25,7 @@ func (s *Server) SetupEnvironment(ctx context.Context) error {
25
26
if s.GoogleAuth.Enabled {
27
goth.UseProviders(
28
- google.New(s.GoogleAuth.ClientKey, s.GoogleAuth.Secret, s.Url+"/auth/callback?provider=google", "email", "profile"),
+ google.New(s.GoogleAuth.ClientKey, s.GoogleAuth.Secret, s.Url+"/user/auth/callback?provider=google", "email", "profile"),
29
)
30
} else {
31
s.Logger.Info("no google auth enabled")
0 commit comments