fixed ApiPreview example typo

This commit is contained in:
Gani Georgiev
2024-10-08 19:57:52 +03:00
parent 646331bfa2
commit 2c2246ecb9
27 changed files with 43 additions and 43 deletions
@@ -31,7 +31,7 @@
...
// send OTP email to the provided auth record
const req = await pb.collection('${collection?.name}').requestOtp('test@example.com');
const req = await pb.collection('${collection?.name}').requestOTP('test@example.com');
// ... show a screen/popup to enter the password from the email ...
@@ -57,7 +57,7 @@
...
// send OTP email to the provided auth record
final req = await pb.collection('${collection?.name}').requestOtp('test@example.com');
final req = await pb.collection('${collection?.name}').requestOTP('test@example.com');
// ... show a screen/popup to enter the password from the email ...