Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsawadye authored Jun 12, 2023
1 parent 6fc27b1 commit c9839df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export async function authenticateToken(ctx, email) {

export const logout = async function (ctx) {
// This function is a workaround to the issue of passport version 0.6.x
// To be removed when a later version get released
// To be removed when a later version gets released
// See https://github.com/jaredhanson/passport/issues/904
// Also see https://github.com/rkusa/koa-passport/issues/181
if (ctx.req.user) {
Expand Down

0 comments on commit c9839df

Please sign in to comment.