refactor(web): use oauth client instead of app auth client
This commit is contained in:
@@ -70,7 +70,7 @@ function ContextMenu(props) {
|
||||
to={URLS.APP_RECONNECT_CONNECTION(
|
||||
appKey,
|
||||
connection.id,
|
||||
connection.appAuthClientId,
|
||||
connection.oauthClientId,
|
||||
)}
|
||||
onClick={createActionHandler({ type: 'reconnect' })}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user