From d7e369eb0e7adfc8db495bf698bd452ded4ffd91 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Thu, 13 Feb 2025 16:41:50 -0600 Subject: [PATCH] okay but why does this always show on present? --- components/Login/screens/server-authentication.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/components/Login/screens/server-authentication.tsx b/components/Login/screens/server-authentication.tsx index 1bbfd93a..7516dc3d 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 { getToken, Spacer, Spinner, Theme, YStack, ZStack } from "tamagui"; +import { getToken, Spacer, Spinner, YStack, ZStack } from "tamagui"; import { useAuthenticationContext } from "../provider"; import { H2 } from "../../Global/helpers/text"; import Button from "../../Global/helpers/button"; @@ -119,10 +119,7 @@ export default function ServerAuthentication({ Sign in - - - - + ); } \ No newline at end of file