Skip to content

Commit

Permalink
fix: add missed files from reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
ludtkemorgan committed Apr 12, 2023
1 parent 104d886 commit a5935a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 47 deletions.
44 changes: 0 additions & 44 deletions sites/partners/src/components/settings/ManageIconSection.tsx

This file was deleted.

6 changes: 3 additions & 3 deletions sites/partners/src/pages/sign-in.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import {
t,
ResendConfirmationModal,
RequestType,
FormSignInMFACode,
FormSignInAddPhone,
FormSignInMFAType,
} from "@bloom-housing/ui-components"
import FormsLayout from "../layouts/forms"
import {
Expand All @@ -29,6 +26,9 @@ import {
onSubmitMfaCodeWithPhone,
onSubmitMfaCode,
} from "../lib/users/signInHelpers"
import { FormSignInAddPhone } from "../components/users/FormSignInAddPhone"
import { FormSignInMFACode } from "../components/users/FormSignInMFACode"
import { FormSignInMFAType } from "../components/users/FormSignInMFAType"

const SignIn = () => {
const { login, requestMfaCode, userService } = useContext(AuthContext)
Expand Down

0 comments on commit a5935a5

Please sign in to comment.