Skip to content

Commit

Permalink
fix: forgot password hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
zant committed Jan 9, 2025
1 parent 0c81dd4 commit e7eeb0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/(public)/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,7 @@ export default function Login() {

<View className="mt-4 mb-6">
<Text className="font-bold text-md color-primary">
<ExternalLink
href={`${process.env.EXPO_PUBLIC_FORGOT_PASSWORD_URL}`}
>
<ExternalLink href="https://denguechatplus.org/reset-password">
{t("login.forgotPassword")}
</ExternalLink>
</Text>
Expand Down

0 comments on commit e7eeb0c

Please sign in to comment.