Skip to content

Commit 909785e

Browse files
author
Christian Paul
authored
Fix typo: Failed to exchnage the token (#456)
* Fix typo: Failed to exchnage the token * Add newsfile 456 * Rename 456 to 456.misc * Update 456.misc * Update 456.misc
1 parent 0491254 commit 909785e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/456.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix typo in warning message: "Failed to exchnage the token".

src/provisioning/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ export class ProvisioningApi {
390390
res.send({ token, userId });
391391
}
392392
catch (ex) {
393-
log.warn(`Failed to exchnage the token for ${server}`, ex);
393+
log.warn(`Failed to exchange the token for ${server}`, ex);
394394
throw new ApiError("Failed to exchange token", ErrCode.BadOpenID);
395395
}
396396
}

0 commit comments

Comments
 (0)