File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ String credentialCreateJson = request.toCredentialsCreateJson();
189
189
return credentialCreateJson; // Send to client
190
190
----------
191
191
192
- You need to keep this `PublicKeyCredentialCreationOptions` object in temporary storage
192
+ You will need to keep this `PublicKeyCredentialCreationOptions` object in temporary storage
193
193
so you can also pass it into `finishRegistration(...)` later.
194
194
195
195
Now call the WebAuthn API on the client side:
@@ -307,7 +307,7 @@ String credentialGetJson = request.toCredentialsGetJson();
307
307
return credentialGetJson; // Send to client
308
308
----------
309
309
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
311
311
so you can also pass it into `finishAssertion(...)` later.
312
312
313
313
Now call the WebAuthn API on the client side:
You can’t perform that action at this time.
0 commit comments