On this pageauth.user()Returns the user data, if there is a logged in user.final user = supabase.auth.user();ExamplesGet the logged in userfinal user = supabase.auth.user();