mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 09:03:15 +00:00
feat: minor fixes after merge
This commit is contained in:
@@ -27,10 +27,10 @@ export default function JWTModal({
|
||||
</div>
|
||||
<div className="relative mt-5 mb-4">
|
||||
<Input
|
||||
name="JWT Token"
|
||||
type="text"
|
||||
className="rounded-md"
|
||||
value={jwtToken}
|
||||
label="JWT Token"
|
||||
onChange={(e) => setJwtToken(e.target.value)}
|
||||
borderVariant="thin"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user