Skip to content

Commit

Permalink
chore(docs): fix bold style to AuthAction types (#10893)
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Domino <yo@ndo.dev>
  • Loading branch information
ggallon and ndom91 committed May 15, 2024
1 parent 8c822e0 commit 4ab5f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ export interface PublicProvider {
* - **`"error"`**: Renders the built-in error page.
* - **`"providers"`**: Returns a client-safe list of all configured providers.
* - **`"session"`**:
* - **`GET**`: Returns the user's session if it exists, otherwise `null`.
* - **`POST**`: Updates the user's session and returns the updated session.
* - **`GET`**: Returns the user's session if it exists, otherwise `null`.
* - **`POST`**: Updates the user's session and returns the updated session.
* - **`"signin"`**:
* - **`GET`**: Renders the built-in sign-in page.
* - **`POST`**: Initiates the sign-in flow.
Expand Down

0 comments on commit 4ab5f71

Please sign in to comment.