diff --git a/admin-frontend/src/pages/auth.tsx b/admin-frontend/src/pages/auth.tsx index a0f7e90..c8894be 100644 --- a/admin-frontend/src/pages/auth.tsx +++ b/admin-frontend/src/pages/auth.tsx @@ -22,6 +22,6 @@ export function Auth() { } } loginFun(); - }, []) + }, [code, save]) return content; }