- Fixed API call in usage example

This commit is contained in:
Tristan B. Velloza Kildaire 2023-01-05 11:29:11 +02:00
parent 8483a60da8
commit 4a287864ee
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ p1.username = "deavmi";
p1.password = "bigbruh1111";
p1.passwordConfirm = "bigbruh1111";
p1 = pb.createRecord("dummy_auth", p1, true);
p1 = pb.createRecordAuth("dummy_auth", p1);
pb.deleteRecord("dummy_auth", p1);
```