Update src/app/login/oidc/callback/page.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Gavin Mogan 2025-08-22 16:31:59 -07:00 committed by GitHub
parent 8b5451978b
commit fa874dd7ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,5 +21,5 @@ export default function () {
// eslint-disable-next-line no-console
console.error(err);
});
});
}, []);
}