mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-29 21:25:43 +00:00
refactor: remove microsoft icon
This commit is contained in:
@@ -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 = () => {
|
||||
</Button>
|
||||
</Grid.Col>
|
||||
)}
|
||||
{configuredProviders.includes("microsoft") && (
|
||||
<Grid.Col span="content">
|
||||
<Button
|
||||
radius="xl"
|
||||
leftSection={
|
||||
<MicrosoftIcon style={{ width: 14, height: 14 }} />
|
||||
}
|
||||
variant="default"
|
||||
onClick={() => loginOAuthMutation.mutate("microsoft")}
|
||||
loading={loginOAuthMutation.isLoading}
|
||||
>
|
||||
Microsoft
|
||||
</Button>
|
||||
</Grid.Col>
|
||||
)}
|
||||
{configuredProviders.includes("github") && (
|
||||
<Grid.Col span="content">
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user