Default

Function: default()

function default(): string

Defined in: app/auth/logout/page.tsx:12

SignOutPage component that handles user sign out. This is a client-side component that uses NextAuth for authentication.

Returns

string

A message indicating the sign-out process is in progress.

On this page