Browse Source

feat: Add Oauth via LinuxDo

lejianwen 7 months ago
parent
commit
42cc3974d4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/oauth/index.vue

+ 1 - 0
src/views/oauth/index.vue

@@ -107,6 +107,7 @@
107 107
   const types = [
108 108
     { value: 'github', label: 'GitHub' },
109 109
     { value: 'google', label: 'Google' },
110
+    { value: 'linuxdo', label: 'LinuxDo' },
110 111
     { value: 'oidc', label: 'OIDC' },
111 112
   ]
112 113
   const getList = async () => {