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 6e3b7ff commit 94b1c8bCopy full SHA for 94b1c8b
service/esi.py
@@ -112,7 +112,7 @@ def login(self):
112
s = re.search(r'(?<=code=)[a-zA-Z0-9\-_]*', dlg.ssoInfoCtrl.Value.strip())
113
if s:
114
# skip state verification and go directly through the auth code processing
115
- self.handleLogin(s.group)
+ self.handleLogin(s.group(0))
116
else:
117
pass
118
# todo: throw error
0 commit comments