Skip to content

Commit

Permalink
fix(authn): remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Kinplemelon committed Sep 20, 2024
1 parent 4564578 commit f1f2744
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Auth/AuthnDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ import LdapConfig from './components/LdapConfig.vue'
import KerberosConfig from './components/KerberosConfig.vue'
import CInfoConfig from './components/CInfoConfig.vue'
import useProcessAuthData from '@/hooks/Auth/useProcessAuthData'
import { MechanismType } from '@/types/enum'
export default defineComponent({
name: 'AuthnDetails',
Expand Down

0 comments on commit f1f2744

Please sign in to comment.