mirror of
https://dev.azure.com/tstanciu94/CDN/_git/CDN_Frontend
synced 2025-06-21 19:24:34 +03:00
fix
This commit is contained in:
parent
805067e9c7
commit
d5dc0ea80d
@ -14,7 +14,7 @@ import { useToast } from "../context/ToastContext";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
export default function App() {
|
||||
var { authenticated, messageCode } = useUserState();
|
||||
const { authenticated, messageCode } = useUserState();
|
||||
const { t } = useTranslation();
|
||||
const { notify } = useToast();
|
||||
|
||||
|
@ -84,7 +84,7 @@ function Login(props) {
|
||||
value={loginValue}
|
||||
onChange={(e) => setLoginValue(e.target.value)}
|
||||
margin="normal"
|
||||
placeholder="Email Adress"
|
||||
placeholder="Email address"
|
||||
type="email"
|
||||
fullWidth
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user