remove tag functionality
This commit is contained in:
@@ -51,7 +51,7 @@ export default function Password() {
|
||||
should be at least 8 characters.
|
||||
</p>
|
||||
<div className="w-full flex flex-col gap-2 justify-between">
|
||||
<p className="text-sm text-black dark:text-white">New Password</p>
|
||||
<p className="text-black dark:text-white">New Password</p>
|
||||
|
||||
<TextInput
|
||||
value={newPassword}
|
||||
@@ -60,9 +60,7 @@ export default function Password() {
|
||||
type="password"
|
||||
/>
|
||||
|
||||
<p className="text-sm text-black dark:text-white">
|
||||
Confirm New Password
|
||||
</p>
|
||||
<p className="text-black dark:text-white">Confirm New Password</p>
|
||||
|
||||
<TextInput
|
||||
value={newPassword2}
|
||||
|
||||
Reference in New Issue
Block a user