From 47cdbab9ee79d5dbaa2aaa896766db1f12148705 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:16:55 -0300 Subject: [PATCH] add createUserAsync --- v3-docs/docs/api/accounts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v3-docs/docs/api/accounts.md b/v3-docs/docs/api/accounts.md index a7608334d9..039d4c42ad 100644 --- a/v3-docs/docs/api/accounts.md +++ b/v3-docs/docs/api/accounts.md @@ -791,6 +791,8 @@ Instead of modifying documents in the [`Meteor.users`](#Meteor-users) collection directly, use these convenience functions which correctly check for case insensitive duplicates before updates. + +