From 07b41fdfa88405dd6269eecc3f654485ab3d063e Mon Sep 17 00:00:00 2001 From: Andrew Grangaard Date: Tue, 9 Aug 2022 05:56:07 -0700 Subject: [PATCH] Fix spelling of "lose" (#346) --- engine/apps/social_auth/backends.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/apps/social_auth/backends.py b/engine/apps/social_auth/backends.py index 753e814a..c16d56af 100644 --- a/engine/apps/social_auth/backends.py +++ b/engine/apps/social_auth/backends.py @@ -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