mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
#12398 doc fix
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
by [henriquealbert](https://github.com/henriquealbert).
|
||||
|
||||
#### Breaking Changes
|
||||
N/A
|
||||
* `Accounts.createUserVerifyingEmail` is now async
|
||||
|
||||
#### Internal API changes
|
||||
* Internal methods from `OAuth` that are now async:
|
||||
|
||||
@@ -70,6 +70,12 @@ We now have async version of methods that you already use. They are:
|
||||
- [Meteor.userAsync()](https://github.com/meteor/meteor/pull/12274)
|
||||
- [CssTools.minifyCssAsync()](https://github.com/meteor/meteor/pull/12105)
|
||||
|
||||
<h3 id="breaking-async">Breaking async</h3>
|
||||
|
||||
`Accounts.createUserVerifyingEmail` is now completely async:
|
||||
|
||||
- [Accounts.createUserVerifyingEmail](https://github.com/meteor/meteor/issues/12398)
|
||||
|
||||
<h3 id="accounts-base">Accounts-base without service-configuration</h3>
|
||||
|
||||
Now `accounts-base` is [no longer tied up](https://github.com/meteor/meteor/pull/12202) with `service-configuration`. So, if you don't use third-party login on your project, you don't need to add the package `service-configuration` anymore.
|
||||
|
||||
Reference in New Issue
Block a user