RC-4: remove logs and fix import

This commit is contained in:
2023-06-22 20:00:05 +01:00
parent 592e9e4dee
commit 9fe7ccd1a3
3 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import i18next from 'i18next';
import ForgotPasswordPage from './ForgotPasswordPage';
import authRoles from '../../../auth/authRoles';
import authRoles from '../../../configs/authRoles';
import en from './i18n/en';
i18next.addResourceBundle('en', 'forgotPasswordPage', en);