feat(Password process for new admin, cleaning translations)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import Login from './Login'
|
||||
import PasswordReset from './PasswordReset'
|
||||
import EditProfile from './EditProfile'
|
||||
|
||||
const Pages = {
|
||||
Login: Object.assign(Login, Login),
|
||||
PasswordReset: Object.assign(PasswordReset, PasswordReset),
|
||||
EditProfile: Object.assign(EditProfile, EditProfile),
|
||||
}
|
||||
|
||||
export default Pages
|
||||
Reference in New Issue
Block a user