fix: wrong Crypto->E<-S

This commit is contained in:
CrescentLeaf
2025-09-08 22:44:53 +08:00
parent 9b3a24e37a
commit 3c3beebfc5

View File

@@ -4,7 +4,7 @@ import useEventListener from "../useEventListener.ts";
import Client from "../../api/Client.ts";
import { checkApiSuccessOrSncakbar, snackbar } from "../snackbar.ts";
import * as CryptoES from 'crypto-js'
import * as CryptoJS from 'crypto-js'
interface Refs {
loginInputAccountRef: React.MutableRefObject<TextField | null>