fix start up on login at auth screen

This commit is contained in:
Violet Caulfield
2025-02-13 15:58:44 -06:00
parent a6d5a3e84c
commit a3e40e6e7b

View File

@@ -40,6 +40,7 @@ export default function Login(): React.JSX.Element {
options={{
headerShown: false,
}}
initialParams={{ server }}
//@ts-ignore
component={ServerAuthentication}
/>