Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 20, 2022
1 parent 83506ad commit fd381bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/src/components/Invite.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export default function Invite() {
const [mutation, { loading, error }] = useMutation(SIGNUP, {
variables: { inviteId, attributes },
onCompleted: ({ signup: { jwt } }) => {
console.log(jwt)
setToken(jwt)
window.location = '/'
},
Expand Down

0 comments on commit fd381bb

Please sign in to comment.