Default

Function: default()

function default(): string

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

SignInPage component that redirects the user to the OAuth provider login page. This is a client-side component that uses NextAuth for authentication.

Returns

string

A message indicating redirection to the OAuth provider login page.

On this page