Update authentication.cr

This commit is contained in:
Ryan G 2023-06-12 18:59:20 -07:00
parent 3a4890edc3
commit 5a7974ae6a

View File

@ -119,7 +119,7 @@ struct CaptchaResponse
include YAML::Serializable
property answer : String
property tokens : Array()
# property tokens : Array()
end
struct Credentials