mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-02 07:52:34 +00:00
fix: allow login without password
This commit is contained in:
@@ -11,7 +11,6 @@ import { z } from "zod";
|
||||
|
||||
const CredentialsSchema = z.object({
|
||||
username: z.string().min(1, "Username is required"),
|
||||
password: z.string().min(1, "Password is required"),
|
||||
});
|
||||
|
||||
const Login: React.FC = () => {
|
||||
|
||||
Reference in New Issue
Block a user