login
This commit is contained in:
@@ -18,6 +18,8 @@ export default function ReportForm() {
|
||||
useEffect(() => {
|
||||
if (status === "authenticated") {
|
||||
fetchReport();
|
||||
} else if (status === "unauthenticated") {
|
||||
setLoading(false);
|
||||
}
|
||||
}, [status]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user