feat: authenicated as

This commit is contained in:
karishmas6
2024-10-24 06:29:26 +05:30
parent 6d2f9d49c1
commit 8a78fab115

View File

@@ -152,7 +152,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
<>
{recording.google_sheet_email && (
<Typography sx={{ margin: '20px 0px 30px 0px' }}>
Logged in as: {recording.google_sheet_email}
Authenticated as: {recording.google_sheet_email}
</Typography>
)}