Default

Function: default()

function default(): Element

Defined in: app/auth/loggedOut/page.tsx:14

LoggedOutPage component that displays a message after the user has logged out. This is a client-side component that provides a button to log back in with the OAuth provider.

Returns

Element

A message indicating the user has logged out and a button to log back in.

On this page