Skip to content

Commit 157b742

Browse files
Credential Update
1 parent 2581676 commit 157b742

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Form/Login.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ public partial class Login : Form
1717
*/
1818

1919
public static api KeyAuthApp = new api(
20-
name: "Test-What", // Application Name
21-
ownerid: "7AvflSMyig", // Owner ID
22-
secret: "2d092ef5d0b5129357ce06a7eda4b05d785f77cac8ed98f26623a07cb8d4d6fb", // Application Secret
23-
version: "1.1" // Application Version /*
24-
//path: @"Your_Path_Here" // (OPTIONAL) see tutorial here https://www.youtube.com/watch?v=I9rxt821gMk&t=1s
25-
);
20+
name: "", // Application Name
21+
ownerid: "", // Owner ID
22+
secret: "", // Application Secret
23+
version: "" // Application Version /*
24+
//path: @"Your_Path_Here" // (OPTIONAL) see tutorial here https://www.youtube.com/watch?v=I9rxt821gMk&t=1s
25+
);
2626

2727
//This will display how long it took to make a request in ms. The param "type" is for "login", "register", "init", etc... but that is optional, as well as this function. Ideally you can just put a label or MessageBox.Show($"Request took {api.responseTime}"), but either works.
2828
// if you would like to use this method, simply put it in any function and pass the param ... ShowResponse("TypeHere");

0 commit comments

Comments
 (0)