|
@@ -11,18 +11,18 @@ REQUIRE_VERIFIED_EMAIL = getattr(settings, "GITHUB_REQUIRE_VERIFIED_EMAIL", Fals
|
|
|
ERR_NO_ORG_ACCESS = "You do not have access to the required GitHub organization."
|
|
|
|
|
|
ERR_NO_PRIMARY_EMAIL = (
|
|
|
- "We were unable to find a primary email address associated with your GitHub acount."
|
|
|
+ "We were unable to find a primary email address associated with your GitHub account."
|
|
|
)
|
|
|
|
|
|
ERR_NO_SINGLE_PRIMARY_EMAIL = (
|
|
|
- "We were unable to find a single primary email address associated with your GitHub acount."
|
|
|
+ "We were unable to find a single primary email address associated with your GitHub account."
|
|
|
)
|
|
|
|
|
|
ERR_NO_VERIFIED_PRIMARY_EMAIL = (
|
|
|
- "We were unable to find a verified, primary email address associated with your GitHub acount."
|
|
|
+ "We were unable to find a verified, primary email address associated with your GitHub account."
|
|
|
)
|
|
|
|
|
|
-ERR_NO_SINGLE_VERIFIED_PRIMARY_EMAIL = "We were unable to find a single verified, primary email address associated with your GitHub acount."
|
|
|
+ERR_NO_SINGLE_VERIFIED_PRIMARY_EMAIL = "We were unable to find a single verified, primary email address associated with your GitHub account."
|
|
|
|
|
|
# we request repo as we share scopes with the other GitHub integration
|
|
|
SCOPE = "user:email,read:org,repo"
|