Commit 4a5da35
committed
minor #16049 [Security] Fix Response HTTP constant (pyrech)
This PR was merged into the 5.3 branch.
Discussion
----------
[Security] Fix Response HTTP constant
`Response::HTTP_UNAUTHENTICATED` does not exist in the new 5.3 security documentation. I guess the correct constant is `Response::HTTP_UNAUTHORIZED` 😅
Commits
-------
c5420cf Fix Response HTTP constant1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1073 | 1073 | | |
1074 | 1074 | | |
1075 | 1075 | | |
1076 | | - | |
| 1076 | + | |
1077 | 1077 | | |
1078 | 1078 | | |
1079 | 1079 | | |
| |||
0 commit comments