Skip to content

Commit

Permalink
Merge pull request #106 from openimis/lruzicki/hotfix
Browse files Browse the repository at this point in the history
Changed imports to get validator and password generator from core
  • Loading branch information
olewandowski1 authored Jun 5, 2024
2 parents d3191e6 + 0e73730 commit e8afc4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 128 deletions.
4 changes: 2 additions & 2 deletions src/components/UserMasterPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import {
TextInput,
PublishedComponent,
ValidatedTextInput,
passwordGenerator,
validatePassword,
} from "@openimis/fe-core";
import { CLAIM_ADMIN_USER_TYPE, ENROLMENT_OFFICER_USER_TYPE, EMAIL_REGEX_PATTERN, DEFAULT } from "../constants";
import {
Expand All @@ -26,8 +28,6 @@ import {
fetchPasswordPolicy,
} from "../actions";

import { passwordGenerator } from "../helpers/passwordGenerator";
import { validatePassword } from "../helpers/passwordValidator";

const styles = (theme) => ({
tableTitle: theme.table.title,
Expand Down
55 changes: 0 additions & 55 deletions src/helpers/passwordGenerator.js

This file was deleted.

71 changes: 0 additions & 71 deletions src/helpers/passwordValidator.js

This file was deleted.

0 comments on commit e8afc4c

Please sign in to comment.