Skip to content

Commit

Permalink
Make token input password input
Browse files Browse the repository at this point in the history
  • Loading branch information
Snekw committed Apr 20, 2022
1 parent 77274bc commit a2987f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmmap.as
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bool enabled = false;
[Setting category="Advanced" name="Endpoint"]
string endpointUrl = "https://tm.snekw.com/api/map/update";

[Setting category="Info" name="Token" description="Token is retrieved from https://tm.snekw.com/map or from self hosted instance"]
[Setting category="Info" name="Token" description="Token is retrieved from https://tm.snekw.com/map or from self hosted instance" password]
string token = "";

Net::HttpRequest@ PostAsync(const string &in url, const Json::Value &in data){
Expand Down

0 comments on commit a2987f3

Please sign in to comment.