login logic fix

This commit is contained in:
2025-09-08 18:49:58 +00:00
parent a93493fb62
commit 0cce0322a1
5 changed files with 133 additions and 3 deletions

View File

@@ -53,7 +53,6 @@ export default function Page() {
const response = await fetch('/api/notice');
const data = await response.json();
setNoticeList(data);
console.log(data);
}
useEffect(() => {