Skip to content

Commit

Permalink
[ES-500] removed unused utilService file from the project
Browse files Browse the repository at this point in the history
Signed-off-by: GurukiranP <[email protected]>
  • Loading branch information
gk-4VII committed Dec 6, 2023
1 parent d93f556 commit a1266dc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion oidc-ui/src/components/L1Biometrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import InputWithImage from "./InputWithImage";
import ErrorIndicator from "../common/ErrorIndicator";
import { useTranslation } from "react-i18next";
import { init, propChange } from "secure-biometric-interface-integrator";
import { getBooleanValue } from "../services/utilService";

let fieldsState = {};

Expand Down
1 change: 0 additions & 1 deletion oidc-ui/src/components/LoginQRCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
walletConfigKeys,
} from "../constants/clientConstants";
import { LoadingStates as states } from "../constants/states";
import { getBooleanValue } from "../services/utilService";

var linkAuthTriggered = false;

Expand Down
1 change: 0 additions & 1 deletion oidc-ui/src/components/Otp.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { useState } from "react";
import { useTranslation } from "react-i18next";
import OtpGet from "./OtpGet";
import OtpVerify from "./OtpVerify";
import { getBooleanValue } from "../services/utilService";

const OTPStatusEnum = {
getOtp: "GETOTP",
Expand Down
1 change: 0 additions & 1 deletion oidc-ui/src/components/Password.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import FormAction from "./FormAction";
import InputWithImage from "./InputWithImage";
import ReCAPTCHA from "react-google-recaptcha";
import ErrorBanner from "../common/ErrorBanner";
import { getBooleanValue } from "../services/utilService";

const fields = passwordFields;
let fieldsState = {};
Expand Down
1 change: 0 additions & 1 deletion oidc-ui/src/components/Pin.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { otpFields } from "../constants/formFields";
import { LoadingStates as states } from "../constants/states";
import FormAction from "./FormAction";
import Input from "./Input";
import { getBooleanValue } from "../services/utilService";

const fields = otpFields;
let fieldsState = {};
Expand Down
9 changes: 0 additions & 9 deletions oidc-ui/src/services/utilService.js

This file was deleted.

0 comments on commit a1266dc

Please sign in to comment.