mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 20:32:39 +02:00
Merge commit '59e21db42b' into dev
This commit is contained in:
commit
ccf8454db5
10 changed files with 42 additions and 30 deletions
|
|
@ -165,6 +165,7 @@ export function LocalLoginForm() {
|
|||
id="email"
|
||||
type="email"
|
||||
required
|
||||
placeholder="you@example.com"
|
||||
value={username}
|
||||
onChange={(e) => setUsername(e.target.value)}
|
||||
className={`mt-1 block w-full rounded-md border px-3 py-1.5 md:py-2 shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 dark:bg-gray-800 dark:text-white transition-all ${
|
||||
|
|
@ -188,6 +189,7 @@ export function LocalLoginForm() {
|
|||
id="password"
|
||||
type={showPassword ? "text" : "password"}
|
||||
required
|
||||
placeholder="Enter your password"
|
||||
value={password}
|
||||
onChange={(e) => setPassword(e.target.value)}
|
||||
className={`mt-1 block w-full rounded-md border pr-10 px-3 py-1.5 md:py-2 shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 dark:bg-gray-800 dark:text-white transition-all ${
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue