diff --git a/web/src/views/LoginPortal/SecondFactor/MethodSelectionDialog.tsx b/web/src/views/LoginPortal/SecondFactor/MethodSelectionDialog.tsx
index b2ebaf9f0..112473309 100644
--- a/web/src/views/LoginPortal/SecondFactor/MethodSelectionDialog.tsx
+++ b/web/src/views/LoginPortal/SecondFactor/MethodSelectionDialog.tsx
@@ -12,8 +12,8 @@ import {
} from "@material-ui/core";
import FingerTouchIcon from "../../../components/FingerTouchIcon";
-import PieChartIcon from "../../../components/PieChartIcon";
import PushNotificationIcon from "../../../components/PushNotificationIcon";
+import TimerIcon from "../../../components/TimerIcon";
import { SecondFactorMethod } from "../../../models/Methods";
export interface Props {
@@ -30,14 +30,7 @@ const MethodSelectionDialog = function (props: Props) {
const theme = useTheme();
const pieChartIcon = (
-
+
);
return (