carnet panel2

This commit is contained in:
alma 2025-04-20 16:58:46 +02:00
parent 8b158b5da5
commit 9609913648

View File

@ -51,7 +51,7 @@ export async function GET(request: Request) {
const client = createClient(webdavURL, { const client = createClient(webdavURL, {
username: credentials.username, username: credentials.username,
password: credentials.password, password: credentials.password,
authType: 'basic', authType: 'password',
}); });
try { try {