isSignedChallenge($credentials)) { return $this->validateWebAuthn($user); } // If the user disabled the fallback, we will validate the credential password. return $user->preferences['useWebauthnOnly'] == false && EloquentUserProvider::validateCredentials($user, $credentials); } }