Skip to content

Commit 0910bdd

Browse files
authored
Fixed typo around createUser param object.
Fixed typo around createUser param object.
1 parent 241af33 commit 0910bdd

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)