Skip to content

Commit

Permalink
Redirect to docs after registering
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jan 1, 2023
1 parent 7624832 commit fb7d235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/register/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const page = Component(() => {

useEffect(() => {
if ((user && !loading)) {
window.location.replace('/bookmarks')
window.location.replace('/docs')
}
}, [user])

Expand Down

0 comments on commit fb7d235

Please sign in to comment.