We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a615e commit 5b6980dCopy full SHA for 5b6980d
source/node/quick-start.txt
@@ -161,7 +161,7 @@ without providing any identifying information:
161
const user = await app.logIn(credentials);
162
console.log(`Logged in with the user id: ${user.id}`);
163
};
164
- run().catch(err => {
+ handleLogin().catch(err => {
165
console.error("Failed to log in:", err)
166
});
167
@@ -182,7 +182,7 @@ without providing any identifying information:
182
const user: Realm.User = await app.logIn(credentials);
183
184
185
186
187
188
0 commit comments