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.
1 parent b57e129 commit 7ff0361Copy full SHA for 7ff0361
google_auth_oauthlib/flow.py
@@ -365,7 +365,7 @@ class InstalledAppFlow(Flow):
365
authorization code. Used only by the console strategy."""
366
367
_DEFAULT_WEB_SUCCESS_MESSAGE = (
368
- 'The authentication flow has completed, you may close this window.')
+ 'The authentication flow has completed. You may close this window.')
369
370
def run_console(
371
self,
0 commit comments