@@ -19,6 +19,7 @@ class AuthController {
@Get('status')
async getStatus() {
const userCount = await this.prisma.user.count();
console.log(`[Status Check] Users found: ${userCount}`);
return { isInitialSetup: userCount === 0 };
}
The note is not visible to the blocked user.