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 6fc27b1 commit c9839dfCopy full SHA for c9839df
src/api/users.js
@@ -117,7 +117,7 @@ export async function authenticateToken(ctx, email) {
117
118
export const logout = async function (ctx) {
119
// This function is a workaround to the issue of passport version 0.6.x
120
- // To be removed when a later version get released
+ // To be removed when a later version gets released
121
// See https://github.com/jaredhanson/passport/issues/904
122
// Also see https://github.com/rkusa/koa-passport/issues/181
123
if (ctx.req.user) {
0 commit comments