fix bugs in paasldap backend and auth password endpoint

This commit is contained in:
Arthur Lu
2024-01-18 21:37:46 +00:00
parent bb047a3782
commit 1ffe9fbe7c
2 changed files with 3 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ export default class PAASLDAP extends AUTH_BACKEND {
};
if (auth) {
content.headers.PAASLDAPAuthTicket = auth.PAASLDAPAuthTicket;
content.headers.Cookie = `PAASLDAPAuthTicket=${auth.PAASLDAPAuthTicket};`;
}
try {