Skip to content

Commit

Permalink
add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
chottuthejimmy committed Dec 9, 2024
1 parent cadf6e2 commit acdca3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/webapp/app/components/DatasetTokenInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ export default function DatasetTokenInput({
</>
) : integration.authType === "token" ? (
<>
<label>Token:</label>
<label htmlFor="token">Token:</label>
<input
id="token"
name="token"
type="password"
className="px-2 py-1 border rounded-md w-96 max-w-full"
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/app/webroutes/_auth.setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function AuthSignup() {
{authEnabled?.pass.enabled ? (
<>
<div className="grid gap-1">
<Label htmlFor="email">Username</Label>
<Label htmlFor="username">Username</Label>
<Input
id="username"
type="text"
Expand Down

0 comments on commit acdca3b

Please sign in to comment.