Merge pull request #1725 from automatisch/AUT-838

refactor: rewrite useSamlAuthProviders with RQ
This commit is contained in:
Ali BARIN
2024-03-15 15:28:01 +01:00
committed by GitHub
12 changed files with 52 additions and 48 deletions

View File

@@ -1,9 +0,0 @@
import SamlAuthProvider from '../../models/saml-auth-provider.ee.js';
const listSamlAuthProviders = async () => {
const providers = await SamlAuthProvider.query().where({ active: true });
return providers;
};
export default listSamlAuthProviders;