-
SharePoint
@@ -217,9 +217,7 @@ import { formatLocaleDateWithTime } from '../utils/utils';
class="btn btn-primary"
:disabled="connecting"
@click="
- connectAccount(
- connectionMode === 'byo' ? ['user-configured-oauth'] : undefined,
- )
+ connectAccount(connectionMode === 'byo' ? ['user-configured-oauth'] : undefined)
"
>
{{ connecting ? 'Connecting...' : 'Connect Account' }}
@@ -238,7 +236,9 @@ import { formatLocaleDateWithTime } from '../utils/utils';
class="credential-row"
>
{{ cred.integrationType }}
- Connected {{ formatLocaleDateWithTime(cred.connectedAt) }}
+ Connected {{ formatLocaleDateWithTime(cred.connectedAt) }}
{{ cred.credentialId.slice(0, 12) }}...