diff --git a/site/src/icons/microsoft.tsx b/site/src/icons/microsoft.tsx deleted file mode 100644 index 4e072ae..0000000 --- a/site/src/icons/microsoft.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import type { SVGProps } from "react"; - -export function MicrosoftIcon(props: SVGProps) { - return ( - - - - - - - ); -} diff --git a/site/src/pages/login-page.tsx b/site/src/pages/login-page.tsx index 5e9e008..795b534 100644 --- a/site/src/pages/login-page.tsx +++ b/site/src/pages/login-page.tsx @@ -17,7 +17,6 @@ import { useUserContext } from "../context/user-context"; import { Navigate } from "react-router"; import { Layout } from "../components/layouts/layout"; import { GoogleIcon } from "../icons/google"; -import { MicrosoftIcon } from "../icons/microsoft"; import { GithubIcon } from "../icons/github"; export const LoginPage = () => { @@ -113,21 +112,6 @@ export const LoginPage = () => { )} - {configuredProviders.includes("microsoft") && ( - - - - )} {configuredProviders.includes("github") && (