feat: add oidc to admin panel

This commit is contained in:
DecDuck
2025-05-08 15:29:50 +10:00
parent 19ff73cc30
commit bfa2c0a641
17 changed files with 91 additions and 44 deletions

View File

@ -80,6 +80,7 @@ export const dbCertificateStore = () => {
},
});
} finally {
/* empty */
}
},
async checkBlacklistCertificate(name: string): Promise<boolean> {