File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
ui/src/views/authentication Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7878 </div >
7979</template >
8080<script setup lang="ts">
81- import { reactive , ref , watch , onMounted } from ' vue'
81+ import { reactive , ref , onMounted } from ' vue'
8282import authApi from ' @/api/auth-setting'
8383import type { FormInstance , FormRules } from ' element-plus'
8484import { t } from ' @/locales'
Original file line number Diff line number Diff line change 1111 </div >
1212</template >
1313<script setup lang="ts">
14- import { ref , computed , onMounted } from ' vue'
14+ import { ref , onMounted } from ' vue'
1515import { useRouter } from ' vue-router'
1616import LDAP from ' ./component/LDAP.vue'
1717import CAS from ' ./component/CAS.vue'
1818import OIDC from ' ./component/OIDC.vue'
1919import SCAN from ' ./component/SCAN.vue'
20+ import OAuth2 from ' ./component/OAuth2.vue'
2021import { t } from ' @/locales'
2122import useStore from ' @/stores'
22- import OAUTH2 from ' @/views/authentication/component/OAUTH2.vue'
2323
2424const { user } = useStore ()
2525const router = useRouter ()
@@ -43,8 +43,8 @@ const tabList = [
4343 },
4444 {
4545 label: t (' login.oauth2.title' ),
46- name: ' OAUTH2 ' ,
47- component: OAUTH2
46+ name: ' OAuth2 ' ,
47+ component: OAuth2
4848 },
4949 {
5050 label: ' 扫码登录' ,
You can’t perform that action at this time.
0 commit comments