fix: AuthForm 50/50

This commit is contained in:
2025-07-20 02:49:58 +05:00
parent 6ee1b67315
commit 51b155e70a
2 changed files with 46 additions and 8 deletions

View File

@ -103,12 +103,6 @@ const Login = () => {
handleInputChange={handleInputChange}
onLogin={authorization}
/>
<MemorySlider
memory={config.memory}
onChange={(e, value) => {
setConfig((prev) => ({ ...prev, memory: value as number }));
}}
/>
</Box>
);
};