Merge pull request #789 from getmaxun/fix-integration-auth

fix: redirect to /integrate/googleSheets on auth
This commit is contained in:
Karishma Shukla
2025-09-29 16:47:45 +05:30
committed by GitHub

View File

@@ -79,7 +79,7 @@ export const Recordings = ({
} else if (authStatus === "success" && robotId) {
console.log("Google Auth Status:", authStatus);
notify(authStatus, t("recordingtable.notifications.auth_success"));
handleNavigate(`/robots/${robotId}/integrate/google`, robotId, "", []);
handleNavigate(`/robots/${robotId}/integrate/googleSheets`, robotId, "", []);
}
}, []);