Enable manual account linking (#289)

This commit is contained in:
Giancarlo Buomprisco
2025-06-19 14:25:39 +07:00
committed by GitHub
parent cada76070f
commit 180e0e0c5e

View File

@@ -48,6 +48,7 @@ additional_redirect_urls = ["http://localhost:3000", "http://localhost:3000/auth
jwt_expiry = 3600
# Allow/disallow new user signups to your project.
enable_signup = true
enable_manual_linking = true
# Enable TOTP MFA
[auth.mfa.totp]