authjs
main
@ -1,6 +1,6 @@
import NextAuth from "next-auth"
import github from "next-auth/providers/github"
import GitHub from "next-auth/providers/github"
export const { handlers, signIn, signOut, auth } = NextAuth({
providers: [github],
providers: [GitHub],
})
The note is not visible to the blocked user.