We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600d709 commit cd0b751Copy full SHA for cd0b751
backend/cmd/community/main.go
@@ -61,7 +61,7 @@ func main() {
61
62
// Create OAuth service (internal infrastructure)
63
var oauthService *auth.OauthService
64
- if cfg.Auth.OAuthEnabled {
+ if cfg.Auth.OAuthEnabled || cfg.Auth.MagicLinkEnabled {
65
oauthService = auth.NewOAuthService(auth.Config{
66
BaseURL: cfg.App.BaseURL,
67
ClientID: cfg.OAuth.ClientID,
0 commit comments