Skip to content

Commit 5762d20

Browse files
author
Steve Hobbs
authored
Merge branch 'master' into fix/window-ref
2 parents 59c5281 + df77f34 commit 5762d20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ new Auth0Lock('client ID', 'domain', {
423423
console.log('Hello from the sign-up hook!');
424424
cb();
425425
}
426+
}
426427
});
427428
```
428429

@@ -439,7 +440,8 @@ new Auth0Lock('client ID', 'domain', {
439440

440441
// Throw something generic to show a fallback error message
441442
throw "Some error happened";
442-
},
443+
}
444+
}
443445
});
444446
```
445447

0 commit comments

Comments
 (0)