fix: wrong Crypto->E<-S
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user