feat: Add Oauth via LinuxDo
This commit is contained in:
@@ -107,6 +107,7 @@
|
|||||||
const types = [
|
const types = [
|
||||||
{ value: 'github', label: 'GitHub' },
|
{ value: 'github', label: 'GitHub' },
|
||||||
{ value: 'google', label: 'Google' },
|
{ value: 'google', label: 'Google' },
|
||||||
|
{ value: 'linuxdo', label: 'LinuxDo' },
|
||||||
{ value: 'oidc', label: 'OIDC' },
|
{ value: 'oidc', label: 'OIDC' },
|
||||||
]
|
]
|
||||||
const getList = async () => {
|
const getList = async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user