Skip to content

Commit ea244d6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e5b698e commit ea244d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

social_core/backends/open_id_connect.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ def auth_params(self, state=None):
134134
params = super().auth_params(state)
135135
params["nonce"] = self.get_and_store_nonce(self.authorization_url(), state)
136136

137-
prompt = self.setting(
138-
"PROMPT", default=self.PROMPT
139-
)
137+
prompt = self.setting("PROMPT", default=self.PROMPT)
140138
is_prompt_valid = True
141139
for prompt_token in prompt.split():
142140
if prompt_token not in ("none", "login", "consent", "select_account"):

0 commit comments

Comments
 (0)