diff --git a/satduel/settings.py b/satduel/settings.py index 9700988..519099c 100644 --- a/satduel/settings.py +++ b/satduel/settings.py @@ -176,7 +176,7 @@ DEFAULT_FROM_EMAIL = os.getenv('DEFAULT_FROM_EMAIL') ACCOUNT_ADAPTER = 'api.adapters.CustomAccountAdapter' # Replace 'your_app' with the actual app name -FRONTEND_URL = 'http://localhost:3000' # Replace with your frontend URL +FRONTEND_URL = 'https://satduel.netlify.app/' # Replace with your frontend URL SOCIALACCOUNT_PROVIDERS = { 'google': {