carnet panel2
This commit is contained in:
parent
8b158b5da5
commit
9609913648
@ -51,7 +51,7 @@ export async function GET(request: Request) {
|
||||
const client = createClient(webdavURL, {
|
||||
username: credentials.username,
|
||||
password: credentials.password,
|
||||
authType: 'basic',
|
||||
authType: 'password',
|
||||
});
|
||||
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user