mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 04:27:02 +01:00
Use correct oauth2 manage acp (#3186)
This commit is contained in:
parent
a7394e8875
commit
4f87ee2fc8
|
@ -1,5 +1,3 @@
|
|||
use std::time::Duration;
|
||||
|
||||
use crate::prelude::*;
|
||||
|
||||
use kanidm_proto::internal::{
|
||||
|
@ -708,7 +706,7 @@ impl<'a> QueryServerWriteTransaction<'a> {
|
|||
.clone()
|
||||
.into(),
|
||||
IDM_ACP_MAIL_SERVERS_DL8.clone().into(),
|
||||
IDM_ACP_OAUTH2_MANAGE_DL9.clone().into(),
|
||||
IDM_ACP_OAUTH2_MANAGE_DL7.clone().into(),
|
||||
IDM_ACP_PEOPLE_CREATE_DL6.clone().into(),
|
||||
IDM_ACP_PEOPLE_CREDENTIAL_RESET_V1.clone().into(),
|
||||
IDM_ACP_PEOPLE_DELETE_V1.clone().into(),
|
||||
|
|
Loading…
Reference in a new issue