From 8cf4c008d595c6c061dee76a53fb7be1b1be8fcd Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 4 Nov 2024 15:31:29 +0530 Subject: [PATCH] Ren --- .../Sidebar/{TwoFactorModal.tsx => TwoFactorSettings.tsx} | 0 web/apps/photos/src/components/Sidebar/index.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename web/apps/photos/src/components/Sidebar/{TwoFactorModal.tsx => TwoFactorSettings.tsx} (100%) diff --git a/web/apps/photos/src/components/Sidebar/TwoFactorModal.tsx b/web/apps/photos/src/components/Sidebar/TwoFactorSettings.tsx similarity index 100% rename from web/apps/photos/src/components/Sidebar/TwoFactorModal.tsx rename to web/apps/photos/src/components/Sidebar/TwoFactorSettings.tsx diff --git a/web/apps/photos/src/components/Sidebar/index.tsx b/web/apps/photos/src/components/Sidebar/index.tsx index c0eacee9b2..78557e1c15 100644 --- a/web/apps/photos/src/components/Sidebar/index.tsx +++ b/web/apps/photos/src/components/Sidebar/index.tsx @@ -47,7 +47,7 @@ import { } from "@mui/material"; import Typography from "@mui/material/Typography"; import DeleteAccountModal from "components/DeleteAccountModal"; -import TwoFactorModal from "components/Sidebar/TwoFactorModal"; +import TwoFactorModal from "components/Sidebar/TwoFactorSettings"; import { WatchFolder } from "components/WatchFolder"; import LinkButton from "components/pages/gallery/LinkButton"; import { t } from "i18next";