Skip to content

Commit 397adb5

Browse files
committed
Add "will"s back in
1 parent 2551e9e commit 397adb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ String credentialCreateJson = request.toCredentialsCreateJson();
189189
return credentialCreateJson; // Send to client
190190
----------
191191

192-
You need to keep this `PublicKeyCredentialCreationOptions` object in temporary storage
192+
You will need to keep this `PublicKeyCredentialCreationOptions` object in temporary storage
193193
so you can also pass it into `finishRegistration(...)` later.
194194

195195
Now call the WebAuthn API on the client side:
@@ -307,7 +307,7 @@ String credentialGetJson = request.toCredentialsGetJson();
307307
return credentialGetJson; // Send to client
308308
----------
309309

310-
Again, you need to keep this `PublicKeyCredentialRequestOptions` object in temporary storage
310+
Again, you will need to keep this `PublicKeyCredentialRequestOptions` object in temporary storage
311311
so you can also pass it into `finishAssertion(...)` later.
312312

313313
Now call the WebAuthn API on the client side:

0 commit comments

Comments
 (0)