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.
2 parents 2ad8353 + b069eb1 commit 2b45027Copy full SHA for 2b45027
1 file changed
authlib/integrations/flask_client/integration.py
@@ -11,7 +11,7 @@
11
class FlaskIntegration(FrameworkIntegration):
12
def update_token(self, token, refresh_token=None, access_token=None):
13
token_update.send(
14
- current_app,
+ current_app._get_current_object(),
15
name=self.name,
16
token=token,
17
refresh_token=refresh_token,
0 commit comments