]> git.nothing2do.fr Git - diary-web.git/commitdiff
Fix vendor autoload path for public/ directory structure
authorgaby <gaby@nothing2do.fr>
Fri, 7 Aug 2026 12:27:25 +0000 (14:27 +0200)
committergaby <gaby@nothing2do.fr>
Fri, 7 Aug 2026 12:27:25 +0000 (14:27 +0200)
- Update WebAuthnManager.php to use correct vendor path from public/include/

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
public/include/WebAuthnManager.php

index 4e9f20b17a1de8c103a4793f28086a6af17668dc..56715cd41c0f94a46ba66d9f5847ac325965160c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // include/WebAuthnManager.php
 
-require_once __DIR__ . '/../vendor/autoload.php';
+require_once __DIR__ . '/../../vendor/autoload.php';
 
 use Webauthn\{
     PublicKeyCredentialCreationOptions,