We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0491254 commit 909785eCopy full SHA for 909785e
changelog.d/456.misc
@@ -0,0 +1 @@
1
+Fix typo in warning message: "Failed to exchnage the token".
src/provisioning/api.ts
@@ -390,7 +390,7 @@ export class ProvisioningApi {
390
res.send({ token, userId });
391
}
392
catch (ex) {
393
- log.warn(`Failed to exchnage the token for ${server}`, ex);
+ log.warn(`Failed to exchange the token for ${server}`, ex);
394
throw new ApiError("Failed to exchange token", ErrCode.BadOpenID);
395
396
0 commit comments