supabase-js icon indicating copy to clipboard operation
supabase-js copied to clipboard

Bug Report: Property 'banned_until' does not exist on type 'User'.ts(2339)

Open Judge-Paul opened this issue 8 months ago • 0 comments

Bug report

  • [x] I confirm this is a bug with Supabase, not with my own application.
  • [x] I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

banned_until property doesn't exist on the User type returned from AuthResponse despite being returned when you call the setSession or getUser methods on supabase.auth

Judge-Paul avatar Mar 15 '25 22:03 Judge-Paul