fix frontend

This commit is contained in:
felinae98 2021-11-19 14:32:26 +08:00
parent ff8803e89b
commit bbbc9144f5
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -22,6 +22,6 @@ export function Auth() {
} }
} }
loginFun(); loginFun();
}, []) }, [code, save])
return content; return content;
} }