From 8805f017a1f52f92a445bd0dfcabc71b6f0e0761 Mon Sep 17 00:00:00 2001 From: Jonas Perusquia Morales Date: Wed, 18 Feb 2026 11:12:14 -0600 Subject: [PATCH] Update auth docs to clarify server module usage --- docs/content/docs/(documentation)/modules/auth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/(documentation)/modules/auth.mdx b/docs/content/docs/(documentation)/modules/auth.mdx index b7cf097..2bdd3e3 100644 --- a/docs/content/docs/(documentation)/modules/auth.mdx +++ b/docs/content/docs/(documentation)/modules/auth.mdx @@ -30,7 +30,7 @@ With a focus on flexibility and ease of integration, bknd's authentication syste --- -## SDK Method: `app.module.auth.changePassword(user.id, password)` +## Server Module: `module.auth` ### `auth.changePassword([userId], [password])`