mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-21 23:58:22 +03:00
Merge 217a0c3cbf into e4fe021279
This commit is contained in:
commit
03d5c2b8e7
@ -30,7 +30,7 @@ import { Card, CardContent } from "@/components/ui/card";
|
||||
interface UserAuthFormProps extends React.HTMLAttributes<HTMLDivElement> {}
|
||||
|
||||
export function UserAuthForm({ className, ...props }: UserAuthFormProps) {
|
||||
const { t } = useTranslation(["components/auth", "common"]);
|
||||
const { t } = useTranslation(["components/auth-form", "common"]);
|
||||
const { getLocaleDocUrl } = useDocDomain();
|
||||
const [isLoading, setIsLoading] = React.useState<boolean>(false);
|
||||
const { login } = React.useContext(AuthContext);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user