fix: Update slug for zoom app (#11795)
parent
aaa6616777
commit
522fd64f69
|
@ -91,7 +91,7 @@ const zoomAuth = (credential: CredentialPayload) => {
|
||||||
grant_type: "refresh_token",
|
grant_type: "refresh_token",
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
"zoomvideo",
|
"zoom",
|
||||||
credential.userId
|
credential.userId
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue