Migre lib-auth vers React 19 et Chakra UI 3

This commit is contained in:
2026-04-02 07:16:49 +02:00
parent d50ab5f7bf
commit a1e9519eee
8 changed files with 252 additions and 89 deletions

View File

@@ -1,5 +1,5 @@
import type { FormEvent, ReactNode } from "react";
import { Alert, AlertDescription, AlertIcon, Button, Center, FormControl, FormLabel, HStack, Icon, Input, Stack } from "@chakra-ui/react";
import { Alert, AlertDescription, AlertIcon, Button, Center, FormControl, FormLabel, HStack, Icon, Input, Stack } from "./chakra-compat";
import { FcGoogle } from "react-icons/fc";
import type { AuthProviderAvailability, AuthProviderKey, AuthSubmitValues, LoginMode } from "./types";