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 f94d072 commit 3a6f26eCopy full SHA for 3a6f26e
src/synack/plugins/auth.py
@@ -95,7 +95,8 @@ def set_login_script(self):
95
"loc.replace('https://platform." + self._state.synack_domain + "');" +\
96
"}};" +\
97
"(function() {" +\
98
- "sessionStorage.setItem('shared-session-com.synack.accessToken'" +\
+ "sessionStorage.setItem('shared-session-" +\
99
+ '.'.join(reversed(self._state.synack_domain.split('.'))) + ".accessToken'" +\
100
",'" +\
101
self._state.api_token +\
102
"');" +\
0 commit comments