Skip to content

Commit 704e9aa

Browse files
authored
fix: remove invalid method call
1 parent 463e611 commit 704e9aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggshield/verticals/auth/oauth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def oauth_process(
104104
if extra_scopes is not None:
105105
self._extra_scopes = extra_scopes
106106

107-
self.158()
108107
self._redirect_to_login()
109108
self._wait_for_callback()
110109
self._print_login_success()

0 commit comments

Comments
 (0)