You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/services/api/src/modules/support/providers/support-manager.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -357,7 +357,7 @@ export class SupportManager {
357
357
);
358
358
}else{
359
359
this.logger.debug(
360
-
'An unexpected error occured while connecting the user to the zendesk organization. (err=%s, organization: %s, user: %s, zendeskUserId: %d, zendeskOrganizationId: %d)',
360
+
'An unexpected error occurred while connecting the user to the zendesk organization. (err=%s, organization: %s, user: %s, zendeskUserId: %d, zendeskOrganizationId: %d)',
Copy file name to clipboardExpand all lines: packages/services/server/src/supertokens-at-home.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1462,7 +1462,7 @@ export async function registerSupertokensAtHome(
1462
1462
req.log.debug('received non 200 status from token endpoint %d',grantResponse.status);
1463
1463
broadcastLog(
1464
1464
oidcIntegration.id,
1465
-
`an unexpected error occured while calling your token endoint '${oidcIntegration.tokenEndpoint}'. HTTP Status: ${grantResponse.status} Body: ${awaitgrantResponse.text()}.`,
1465
+
`an unexpected error occurred while calling your token endoint '${oidcIntegration.tokenEndpoint}'. HTTP Status: ${grantResponse.status} Body: ${awaitgrantResponse.text()}.`,
1466
1466
);
1467
1467
1468
1468
returnrep.status(200).send({
@@ -1522,7 +1522,7 @@ export async function registerSupertokensAtHome(
1522
1522
);
1523
1523
broadcastLog(
1524
1524
oidcIntegration.id,
1525
-
`an unexpected error occured while calling the user info endoint '${oidcIntegration.userinfoEndpoint}'. HTTP Status: ${userInfoResponse.status} HTTP Body: ${userInfoBodyRaw}.`,
1525
+
`an unexpected error occurred while calling the user info endoint '${oidcIntegration.userinfoEndpoint}'. HTTP Status: ${userInfoResponse.status} HTTP Body: ${userInfoBodyRaw}.`,
0 commit comments