Skip to content

Commit 5533516

Browse files
authored
Merge pull request soumak77#106 from ltomes/patch-1
Fixed typo around createUser param object.
2 parents d7b3d52 + 0910bdd commit 5533516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/client/auth/tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mocksdk.auth().autoFlush();
1919
mocksdk.auth().createUser({
2020
uid: '123',
2121
22-
password 'abc123'
22+
password: 'abc123'
2323
}).then(function(user) {
2424
// set user as current user for client logic
2525
mocksdk.auth().changeAuthState(user);

0 commit comments

Comments
 (0)