Explorar o código

added a todo comment

kaori %!s(int64=4) %!d(string=hai) anos
pai
achega
6e33fa9b50
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/server/routes/index.js

+ 1 - 1
src/server/routes/index.js

@@ -178,7 +178,7 @@ module.exports = function(crowi, app) {
 
   app.get('/forgot-password', forgotPassword.forgotPassword);
   app.post('/_api/forgot-password', forgotPassword.api.post);
-  // TODO: apply oneTimeToken to the link by GW−6856
+  // TODO: inserting middleware by GW-6926
   app.get('/forgot-password/:token', forgotPassword.resetPassword);
 
   app.get('/share/:linkId', page.showSharedPage);