Skip to content

Commit

Permalink
fix(messenger): add BetaBot Dev in debug
Browse files Browse the repository at this point in the history
Signed-off-by: clegirar <clemntgirard@gmail.com>
  • Loading branch information
clegirar committed Oct 14, 2020
1 parent cb864b6 commit 08a42ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/packages/components/onboarding/CreateAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ const CreateAccountBody = ({ next }) => {
.accountUpdate({ displayName })
.then(async () => {
requestContact({
link: globals.berty.contacts.betabot.link,
link: __DEV__
? globals.berty.contacts['betabot-dev'].link
: globals.berty.contacts.betabot.link,
})
})
.catch((err2) => setError(err2))
Expand Down

0 comments on commit 08a42ef

Please sign in to comment.