fix
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…
Reference in New Issue