kaori преди 4 години
родител
ревизия
e5dfe3d968
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      src/client/js/components/PasswordResetExecutionForm.jsx
  2. 1 0
      src/client/js/components/PasswordResetRequestForm.jsx

+ 1 - 0
src/client/js/components/PasswordResetExecutionForm.jsx

@@ -4,6 +4,7 @@ import { withTranslation } from 'react-i18next';
 
 
 const PasswordResetExecutionForm = (props) => {
+  // TODO: apply i18n by GW-6861
   // const { t } = props;
 
   return (

+ 1 - 0
src/client/js/components/PasswordResetRequestForm.jsx

@@ -4,6 +4,7 @@ import { withTranslation } from 'react-i18next';
 
 
 const PasswordResetRequestForm = (props) => {
+  // TODO: apply i18n by GW-6861
   // const { t } = props;
 
   return (