Fix the Zapier oAuth return url to the new one (#7215)
parent
1c87c92c17
commit
c5ffd450b0
@ -0,0 +1,10 @@ |
||||
RocketChat.Migrations.add({ |
||||
version: 98, |
||||
up() { |
||||
RocketChat.models.OAuthApps.update({ _id: 'zapier' }, { |
||||
$set: { |
||||
redirectUri: 'https://zapier.com/dashboard/auth/oauth/return/RocketChatDevAPI/' |
||||
} |
||||
}); |
||||
} |
||||
}); |
||||
Loading…
Reference in new issue