We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbdd66 commit d3a7f9bCopy full SHA for d3a7f9b
src/Http/Responses/RegisterViewResponse.php
@@ -32,7 +32,7 @@ public function toResponse($request)
32
{
33
$publicKey = $this->publicKeyRequest($request);
34
35
- $view = $this->config->get('webauthn.register.view', '');
+ $view = $this->config->get('webauthn.views.register', '');
36
37
return $request->wantsJson()
38
? Response::json(['publicKey' => $publicKey])
0 commit comments