Skip to content

Commit

Permalink
Fix typo: Failed to exchnage the token (#456)
Browse files Browse the repository at this point in the history
* Fix typo: Failed to exchnage the token

* Add newsfile 456

* Rename 456 to 456.misc

* Update 456.misc

* Update 456.misc
  • Loading branch information
Christian Paul authored Jan 9, 2023
1 parent 0491254 commit 909785e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/456.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix typo in warning message: "Failed to exchnage the token".
2 changes: 1 addition & 1 deletion src/provisioning/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export class ProvisioningApi {
res.send({ token, userId });
}
catch (ex) {
log.warn(`Failed to exchnage the token for ${server}`, ex);
log.warn(`Failed to exchange the token for ${server}`, ex);
throw new ApiError("Failed to exchange token", ErrCode.BadOpenID);
}
}
Expand Down

0 comments on commit 909785e

Please sign in to comment.