mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[hotfix] we dont remeber steam session anymore
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user