add google oauth

This commit is contained in:
ljw
2024-09-20 12:02:16 +08:00
parent c7f35f5044
commit 3873bb3740
+1
View File
@@ -80,6 +80,7 @@
}) })
const ops = [ const ops = [
{ value: 'github', label: 'Github' }, { value: 'github', label: 'Github' },
{ value: 'google', label: 'Google' },
] ]
const getList = async () => { const getList = async () => {
listRes.loading = true listRes.loading = true