updated slack redirect uri

This commit is contained in:
Jori Lallo
2016-05-24 21:35:41 -07:00
parent 43dc5c1067
commit 814ed7b2da

View File

@@ -26,7 +26,7 @@ export default class SlackAuthLink extends React.Component {
scope: this.props.scopes.join(" "),
redirect_uri: __DEV__ ?
'http://localhost:3000/auth/slack/' :
'https://beautifulatlas.herokuapp.com/auth/slack/',
'https://www.beautifulatlas.com/auth/slack/',
state: this.state.oauthState,
};