Skip to content

Commit

Permalink
Update PasswordForgotten.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tuul-wq authored Oct 17, 2024
1 parent b0b7177 commit eba78eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/molecules/PasswordReset/PasswordForgotten.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const PasswordForgotten = ({ onClose, onSubmit }: Props) => {
onPress={handleSubmit}
>
<MediumTitle className="text-white">
Delete Backup <Countdown initValue={4} onFinish={() => setIsDisabled(false)} />
Delete Backup <Countdown initValue={60} onFinish={() => setIsDisabled(false)} />
</MediumTitle>
</Button>
<Button className="h-[50px] w-full rounded-full bg-bg-input" onPress={handleClose}>
Expand Down

0 comments on commit eba78eb

Please sign in to comment.