From d32b8c316885c273f955bd2955734600fb8ce45b Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Thu, 13 Feb 2025 15:40:12 -0600 Subject: [PATCH] update server auth inputs --- components/Login/screens/server-authentication.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/Login/screens/server-authentication.tsx b/components/Login/screens/server-authentication.tsx index 9d414e4a..f892ae5b 100644 --- a/components/Login/screens/server-authentication.tsx +++ b/components/Login/screens/server-authentication.tsx @@ -2,7 +2,7 @@ import React, { useState } from "react"; import { useMutation } from "@tanstack/react-query"; import _ from "lodash"; import { JellyfinCredentials } from "../../../api/types/jellyfin-credentials"; -import { Input, Spacer, Spinner, YStack, ZStack } from "tamagui"; +import { Spacer, Spinner, YStack, ZStack } from "tamagui"; import { useAuthenticationContext } from "../provider"; import { H2 } from "../../Global/helpers/text"; import Button from "../../Global/helpers/button"; @@ -10,6 +10,7 @@ import { SafeAreaView } from "react-native-safe-area-context"; import Client from "../../../api/client"; import { JellifyUser } from "../../../types/JellifyUser"; import { ServerAuthenticationProps } from "../../../components/types"; +import Input from "../../../components/Global/helpers/input"; export default function ServerAuthentication({ route, @@ -78,7 +79,7 @@ export default function ServerAuthentication({ /> - +