This commit is contained in:
Manav Rathi
2024-06-11 20:52:43 +05:30
parent d2fd7dea97
commit 48fc966457
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ module.exports = {
/* TODO: Temporary overrides */
rules: {
"react/react-in-jsx-scope": "off",
"react/prop-types": "off",
"react-hooks/exhaustive-deps": "off",
"@typescript-eslint/no-explicit-any": "off",
"react-refresh/only-export-components": "off",

View File

@@ -7,7 +7,7 @@ import EnteSpinner from "@ente/shared/components/EnteSpinner";
import InfoIcon from "@mui/icons-material/Info";
import { Paper, Typography, styled } from "@mui/material";
import { t } from "i18next";
import { useEffect, useState } from "react";
import React, { useEffect, useState } from "react";
import {
beginPasskeyAuthentication,
finishPasskeyAuthentication,