refactor(modules): moved modules to app to control everything based on there active setting
This commit is contained in:
@@ -36,7 +36,7 @@ export default function LoginForm({ redirectPath }: { redirectPath: string }) {
|
||||
|
||||
try {
|
||||
await axios.post("/lst/api/user/login", {
|
||||
username: value.username,
|
||||
username: value.username.toLowerCase(),
|
||||
password: value.password,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user