[hotfix] we dont remeber steam session anymore

This commit is contained in:
MathieuG-P
2023-03-02 00:47:16 +01:00
parent e42ac4eca3
commit 23e9b52af2
@@ -12,7 +12,7 @@ export const LoginModal: ModalComponent<{username: string, password: string, sta
const [username, setUsername] = useState('');
const [password, setPassword] = useState('');
const [stay, setStay] = useState(true);
const [stay, setStay] = useState(false);
const t = useTranslation();
const loggin = () => {