Fix spelling of "lose" (#346)

This commit is contained in:
Andrew Grangaard 2022-08-09 05:56:07 -07:00 committed by GitHub
parent a50cdb3be4
commit 07b41fdfa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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