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