Skip to content

Commit 860eb67

Browse files
committed
fix wrong value copy
1 parent 9b9a11b commit 860eb67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyop/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AuthorizationRequest(message.Message):
1818
}
1919
)
2020

21-
c_allowed_values = message.AuthorizationRequest.c_param.copy()
21+
c_allowed_values = message.AuthorizationRequest.c_allowed_values.copy()
2222
c_allowed_values.update(
2323
{
2424
"code_challenge_method": [

0 commit comments

Comments
 (0)