aboutsummaryrefslogtreecommitdiffstats
path: root/cloud_mdir_sync/office365.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloud_mdir_sync/office365.py')
-rw-r--r--cloud_mdir_sync/office365.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud_mdir_sync/office365.py b/cloud_mdir_sync/office365.py
index 0b77de4..a13c7bb 100644
--- a/cloud_mdir_sync/office365.py
+++ b/cloud_mdir_sync/office365.py
@@ -161,7 +161,7 @@ class GraphAPI(object):
f"Goto {self.cfg.web_app.url} in a web browser to authenticate"
)
webbrowser.open(url)
- q = await self.cfg.web_app.auth_redir(url, state)
+ q = await self.cfg.web_app.auth_redir(url, state, redirect_url)
code = q["code"]
try: