fix(show): delete show
This commit is contained in:
@@ -1,44 +1,44 @@
|
||||
"use client"
|
||||
|
||||
import { useCallback, useEffect, useMemo, useState } from "react"
|
||||
import {
|
||||
Box,
|
||||
TextInput,
|
||||
PasswordInput,
|
||||
Paper,
|
||||
Text,
|
||||
Group,
|
||||
Button,
|
||||
LoadingOverlay,
|
||||
Stack,
|
||||
Modal,
|
||||
Flex,
|
||||
BackgroundImage,
|
||||
Tabs,
|
||||
FloatingIndicator,
|
||||
Input,
|
||||
useComputedColorScheme,
|
||||
} from "@mantine/core"
|
||||
import { useForm } from "@mantine/form"
|
||||
import { useDisclosure } from "@mantine/hooks"
|
||||
import { DigitalIcon } from "./resource/icons/digital"
|
||||
import tabClasses from "./Tab.module.css"
|
||||
import {
|
||||
getQueryVariable,
|
||||
validatePhoneNumber,
|
||||
} from "@/components/login/libs/common"
|
||||
import FingerprintJS from "@fingerprintjs/fingerprintjs"
|
||||
import {
|
||||
BackgroundImage,
|
||||
Box,
|
||||
Button,
|
||||
Flex,
|
||||
FloatingIndicator,
|
||||
Group,
|
||||
Input,
|
||||
LoadingOverlay,
|
||||
Modal,
|
||||
Paper,
|
||||
PasswordInput,
|
||||
Stack,
|
||||
Tabs,
|
||||
Text,
|
||||
TextInput,
|
||||
useComputedColorScheme,
|
||||
} from "@mantine/core"
|
||||
import { useForm } from "@mantine/form"
|
||||
import { useDisclosure } from "@mantine/hooks"
|
||||
import { useCallback, useEffect, useMemo, useState } from "react"
|
||||
import { getVerifyCode, passwdLogin, verificationLogin } from "./api"
|
||||
import QrLogin from "./feishu/qr-login"
|
||||
import { APP, PLATFORM, TENANT } from "./libs/common"
|
||||
import FingerprintJS from "@fingerprintjs/fingerprintjs"
|
||||
import { DigitalIcon } from "./resource/icons/digital"
|
||||
import { useLoginStore } from "./store"
|
||||
import tabClasses from "./Tab.module.css"
|
||||
// import { useSearchParams } from "next/navigation"
|
||||
import Feishu from "./feishu/auto-login"
|
||||
import LightBgImage from "./resource/images/light-login-bg.png"
|
||||
import DarkBgImage from "./resource/images/dark-login-bg.png"
|
||||
import LogoDigImage from "./resource/images/logo-dig.png"
|
||||
import loginBg2Light from "./resource/images/login-bg2-light.png"
|
||||
import LightBgImage from "./resource/images/light-login-bg.png"
|
||||
import loginBg2Dark from "./resource/images/login-bg2-dark.png"
|
||||
import loginBg2Light from "./resource/images/login-bg2-light.png"
|
||||
import LogoDigImage from "./resource/images/logo-dig.png"
|
||||
|
||||
const HeaderIcon = DigitalIcon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user