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"}