Skip to content

Commit

Permalink
String fixed on google views
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvallejosdev committed Jan 30, 2024
1 parent ca9b5f1 commit 7354b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/auth_api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class GoogleLoginView(SocialLoginView): # Authorization Code grant
adapter_class = GoogleOAuth2Adapter
callback_url = f"{os.environ.get("BASE_URL", 'http://localhost:3000')}/api/auth/callback/google"
callback_url = f"{os.environ.get('BASE_URL', 'http://localhost:3000')}/api/auth/callback/google"
client_class = OAuth2Client


Expand Down

0 comments on commit 7354b98

Please sign in to comment.