complete forgot password and fix bug
This commit is contained in:
@@ -9,7 +9,7 @@ type Props = {
|
||||
export const ErrorComponent: FC<Props> = ({ message, show }) => {
|
||||
return (
|
||||
show && (
|
||||
<p className="w-full text-right text-xs text-red-500 font-medium -mt-5">
|
||||
<p className="w-full text-right text-xs text-red-500 font-medium mt-2">
|
||||
* {message}
|
||||
</p>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user