mirror of
https://github.com/btouchard/ackify.git
synced 2026-02-09 23:38:30 -06:00
Merge branch 'main' into feat/telemetry
This commit is contained in:
@@ -61,7 +61,7 @@ func main() {
|
||||
|
||||
// Create OAuth service (internal infrastructure)
|
||||
var oauthService *auth.OauthService
|
||||
if cfg.Auth.OAuthEnabled {
|
||||
if cfg.Auth.OAuthEnabled || cfg.Auth.MagicLinkEnabled {
|
||||
oauthService = auth.NewOAuthService(auth.Config{
|
||||
BaseURL: cfg.App.BaseURL,
|
||||
ClientID: cfg.OAuth.ClientID,
|
||||
|
||||
Reference in New Issue
Block a user