fix: remove authentication requirement for /users/login (#5717)

This was noticed by a member of our Discord being incorrectly documented!

https://discord.com/channels/747933592273027093/1063494965130432632/1063503805016182875
This commit is contained in:
Kyle Carberry
2023-01-29 20:46:04 -06:00
committed by GitHub
parent f5db4bc8be
commit 896158c352
5 changed files with 3 additions and 16 deletions

5
coderd/apidoc/docs.go generated
View File

@ -2865,11 +2865,6 @@ const docTemplate = `{
},
"/users/login": {
"post": {
"security": [
{
"CoderSessionToken": []
}
],
"consumes": [
"application/json"
],