diff --git a/apps/mobile/app/components/auth/header.tsx b/apps/mobile/app/components/auth/header.tsx index 37357fe0c..1df0b7fb4 100644 --- a/apps/mobile/app/components/auth/header.tsx +++ b/apps/mobile/app/components/auth/header.tsx @@ -24,6 +24,8 @@ import { Button } from "../ui/button"; import { IconButton } from "../ui/icon-button"; import { hideAuth } from "./common"; import { AuthParams } from "../../stores/use-navigation-store"; +import { strings } from "@notesnook/intl"; +import { presentDialog } from "../dialog/functions"; export const AuthHeader = (props: { welcome?: boolean }) => { const { colors } = useThemeColors(); const route = useRoute(); @@ -56,18 +58,17 @@ export const AuthHeader = (props: { welcome?: boolean }) => { {!props.welcome ? null : (