mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-04 20:25:25 +02:00
Auto logs user in with prefilled guest username if no captcha is present
This commit is contained in:
@ -73,7 +73,7 @@ QUERY_PARAMETERS = [
|
||||
{
|
||||
"name": "username",
|
||||
"type": "string",
|
||||
"description": "Prefills the guest username field with the given username.",
|
||||
"description": "Prefills the guest username field with the given username. If the guest captcha is disabled and that the user has not been logged in yet, it automatically logs the user in with the specified username.",
|
||||
"example": "Rainbow%20Dash",
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user