From 5420cac9366d6bd18920c39ccf8953c6bdf9ee0c Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Fri, 18 Oct 2024 19:15:01 -0500 Subject: [PATCH] okokok --- components/Login/helpers/server-authentication.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/Login/helpers/server-authentication.tsx b/components/Login/helpers/server-authentication.tsx index 88d6b8cd..4eab5b37 100644 --- a/components/Login/helpers/server-authentication.tsx +++ b/components/Login/helpers/server-authentication.tsx @@ -8,7 +8,7 @@ import _ from "lodash"; import * as Keychain from "react-native-keychain" import { client } from "../../../api/queries"; import { JellyfinCredentials } from "../../../api/types/jellyfin-credentials"; -import { Button, Input, View } from "tamagui"; +import { Button, Input, Paragraph, View } from "tamagui"; export default function ServerAuthentication(): React.JSX.Element { const [username, setUsername] = React.useState(''); @@ -54,6 +54,7 @@ export default function ServerAuthentication(): React.JSX.Element { return ( + Sign in to {server?.name ?? "Jellyfin"}