SAML; Dashboard

This commit is contained in:
garrettmills
2020-05-03 20:16:54 -05:00
parent e3ecfb0d37
commit c389e151b5
1778 changed files with 148410 additions and 82 deletions

View File

@@ -10,7 +10,7 @@ class LDAPBase extends Model {
throw new ImplementationError()
}
to_ldap() {
async to_ldap() {
throw new ImplementationError()
}
}