Fix spelling of "lose" (#346)
This commit is contained in:
parent
a50cdb3be4
commit
07b41fdfa8
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class SlackOAuth2V2(SlackOAuth2):
|
|||
ACCESS_TOKEN_URL = "https://slack.com/api/oauth.v2.access"
|
||||
AUTH_TOKEN_NAME = SLACK_AUTH_TOKEN_NAME
|
||||
|
||||
# Remove redirect state because we loose session during redirects
|
||||
# Remove redirect state because we lose session during redirects
|
||||
REDIRECT_STATE = False
|
||||
STATE_PARAMETER = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue