fix frontend

This commit is contained in:
felinae98
2021-11-19 14:32:26 +08:00
parent ff8803e89b
commit bbbc9144f5
+1 -1
View File
@@ -22,6 +22,6 @@ export function Auth() {
} }
} }
loginFun(); loginFun();
}, []) }, [code, save])
return content; return content;
} }