Skip to content

Commit 2d6cd46

Browse files
Update main.cpp
1 parent e34f471 commit 2d6cd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x64/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ std::string ownerid = skCrypt("ownerid").decrypt();
1616
std::string secret = skCrypt("secret").decrypt();
1717
std::string version = skCrypt("1.0").decrypt();
1818
std::string url = skCrypt("https://keyauth.win/api/1.2/").decrypt(); // change if you're self-hosting
19-
std::string path = skCrypt("path (optional)").decrypt();
19+
std::string path = skCrypt("").decrypt(); //optional, set a path if you're using the token validation setting
2020

2121
api KeyAuthApp(name, ownerid, secret, version, url, path);
2222

0 commit comments

Comments
 (0)