okokokokok

This commit is contained in:
Violet Caulfield
2024-10-22 15:40:16 -05:00
parent 6e6b88c0db
commit 91f73735d6
+1 -1
View File
@@ -33,7 +33,7 @@ export default function Login(): React.JSX.Element {
/>
) : (
((_.isUndefined(username) && _.isUndefined(apiClient)) || changeUsername) ? (
((_.isUndefined(username) || _.isUndefined(apiClient)) || changeUsername) ? (
<Stack.Screen
name="ServerAuthentication"
options={{