Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #40 from soltmar/master
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGhostHunter committed Sep 11, 2021
2 parents c95df0a + fec3426 commit 487e9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LarapassServiceProvider.php
Expand Up @@ -195,7 +195,7 @@ static function ($app) {
$config = $app['config'];

$selection = new WebAuthn\AuthenticatorSelectionCriteria(
$config->get('larapass.cross-plataform')
$config->get('larapass.attachment')
);

if ($userless = $config->get('larapass.userless')) {
Expand Down

0 comments on commit 487e9fa

Please sign in to comment.