From 554a683a51fd639b9e4db5f3e958c55502337137 Mon Sep 17 00:00:00 2001 From: Bogdan Carpusor Date: Fri, 3 Oct 2025 15:10:44 +0300 Subject: [PATCH] Fix instructions --- docs/post-authentication/user-management/user-profile.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/post-authentication/user-management/user-profile.mdx b/docs/post-authentication/user-management/user-profile.mdx index a60619201..79a5c863e 100644 --- a/docs/post-authentication/user-management/user-profile.mdx +++ b/docs/post-authentication/user-management/user-profile.mdx @@ -24,7 +24,7 @@ This allows you to: The profile details plugin supports only the `React` and `NodeJS` SDKs. Support for other platforms is under active development. -You need to start from a working **SuperTokens** setup with the profile base plugin already configured. +You need to start from a working **SuperTokens** setup. If you haven't done that already, please refer to the [Quickstart Guides](/docs/quickstart/introduction). ## Steps