Skip to content

Commit

Permalink
added auth to content-update-apis
Browse files Browse the repository at this point in the history
  • Loading branch information
paahaad committed Sep 21, 2024
1 parent deff456 commit 83f27d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/admin/UpdateVideoClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export const UpdateVideoClient = ({
type="text"
placeholder="Admin password"
onChange={(e) => setAdminPassword(e.target.value)}
className="h-14"
/>
<Button
className="my-4 w-full rounded p-2 font-bold text-white lg:w-[20%]"
Expand Down Expand Up @@ -165,7 +164,6 @@ export const UpdateVideoClient = ({
type="text"
placeholder="Admin password"
onChange={(e) => setAdminPassword(e.target.value)}
className="h-14"
/>
<Button
className="my-4 rounded p-2 font-bold text-white w-full lg:w-[20%]"
Expand Down Expand Up @@ -210,7 +208,7 @@ export const UpdateVideoClient = ({
type="text"
placeholder="Admin password"
onChange={(e) => setAdminPassword(e.target.value)}
className="h-14"
className="my-3"
/>
<Button
className="my-4 rounded p-2 font-bold text-white w-full lg:w-[20%]"
Expand Down

0 comments on commit 83f27d1

Please sign in to comment.