From 4ab5f7141b65202356d3c229eb668b863a30e838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwena=C3=ABl=20Gallon?= Date: Wed, 15 May 2024 21:22:46 +0200 Subject: [PATCH] chore(docs): fix bold style to AuthAction types (#10893) Co-authored-by: Nico Domino --- packages/core/src/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/types.ts b/packages/core/src/types.ts index 11bd474849..7718736e08 100644 --- a/packages/core/src/types.ts +++ b/packages/core/src/types.ts @@ -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.