Fix, incorrect getOauthState call for commands install
This commit is contained in:
@ -13,7 +13,7 @@ type Props = {
|
|||||||
|
|
||||||
function SlackAuthLink({ auth, children, scopes, redirectUri }: Props) {
|
function SlackAuthLink({ auth, children, scopes, redirectUri }: Props) {
|
||||||
return (
|
return (
|
||||||
<a href={slackAuth(this.props.auth.getOauthState(), scopes, redirectUri)}>
|
<a href={slackAuth(auth.getOauthState(), scopes, redirectUri)}>
|
||||||
{children}
|
{children}
|
||||||
</a>
|
</a>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user