feat: Add Oauth via LinuxDo

This commit is contained in:
lejianwen
2025-06-15 15:43:32 +08:00
parent 3084e40039
commit 42cc3974d4
+1
View File
@@ -107,6 +107,7 @@
const types = [
{ value: 'github', label: 'GitHub' },
{ value: 'google', label: 'Google' },
{ value: 'linuxdo', label: 'LinuxDo' },
{ value: 'oidc', label: 'OIDC' },
]
const getList = async () => {