mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
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) {
|
||||
return (
|
||||
<a href={slackAuth(this.props.auth.getOauthState(), scopes, redirectUri)}>
|
||||
<a href={slackAuth(auth.getOauthState(), scopes, redirectUri)}>
|
||||
{children}
|
||||
</a>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user