Skip to content
Snippets Groups Projects
Commit d0c02dbf authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Remove "default"

parent c3d4a62d
No related branches found
No related tags found
No related merge requests found
if not RocketChat.models.OAuthApps.findOne('default-zapier')
if not RocketChat.models.OAuthApps.findOne('zapier')
RocketChat.models.OAuthApps.insert
_id: 'default-zapier'
name: 'Default: Zapier'
_id: 'zapier'
name: 'Zapier'
active: false
default: true
clientId: 'default-zapier'
clientId: 'zapier'
clientSecret: 'RTK6TlndaCIolhQhZ7_KHIGOKj41RnlaOq_o-7JKwLr'
redirectUri: 'https://zapier.com/dashboard/auth/oauth/return/AppIDAPI/'
_createdAt: new Date
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment