Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing type for createUserVerifyingEmail #12919

Merged

Conversation

mcorbelli
Copy link
Contributor

Pull Request Description

I added a new type named createUserVerifyingEmail to the project. This type takes an options object with the following properties:

  • username: an optional string to specify the user's username.
  • email: an optional string to specify the user's email.
  • password: an optional string to specify the user's password.
  • profile: an optional Meteor.UserProfile object to specify the user's profile.

The type returns a Promise with a string.

Motivation

This type declaration was missing from the project, and this addition fills that gap.

@CLAassistant
Copy link

CLAassistant commented Dec 13, 2023

CLA assistant check
All committers have signed the CLA.

@StorytellerCZ StorytellerCZ mentioned this pull request Jan 30, 2024
@denihs denihs changed the base branch from devel to release-2.14.1 January 30, 2024 14:34
@denihs denihs merged commit f2e7cec into meteor:release-2.14.1 Jan 30, 2024
6 checks passed
@mcorbelli mcorbelli deleted the mcorbelli/missing-type-in-accounts branch February 1, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants