jschuur / coworking.party

Virtual coworking communities to keep people motivated and have a little fun.
https://coworking.party
7 stars 1 forks source link

Tweak: Custom auth error screen #133

Open jschuur opened 3 weeks ago

jschuur commented 3 weeks ago

The Auth.js page at https://authjs.dev/guides/pages/error seems to just refer to the default Next.js error page. https://authjs.dev/reference/core#pages has details about referencing an Auth.js specific one:

  pages: {
    error: '/auth/error',
  }