Skip to content

Commit 99b61cd

Browse files
hardcoded credentials
1 parent e4e042a commit 99b61cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/screens/userInput/UserInput.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export const UserInput = ({ navigation }) => {
2626

2727
const MINIMUM_INPUT_LENGTH = 3;
2828

29-
const [streamName, setStreamName] = useState<string>('');
30-
const [accountId, setAccountId] = useState<string>('');
29+
const [streamName, setStreamName] = useState<string>('prod');
30+
const [accountId, setAccountId] = useState<string>('sjf6bf');
3131
const [validation, setValidation] = useState<ValidationType>({ valid: true });
3232
const [isDemoButtonFocused, setIsDemoButtonFocused] = useState<boolean>(false);
3333
const defaultDemoButtonIconColor = !Platform.isTV ? 'white' : 'grey';

0 commit comments

Comments
 (0)