We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0855630 commit 6a8761fCopy full SHA for 6a8761f
example/src/Login.tsx
@@ -29,7 +29,7 @@ interface LoginProps {
29
export const Login = ({ onLoggedIn = () => {} }: LoginProps) => {
30
const [initialized, setInitialized] = useState(false);
31
const [email, setEmail] = useState(
32
- process.env.EXPO_PUBLIC_ITERABLE_API_KEY ?? ''
+ process.env.EXPO_PUBLIC_ITERABLE_EMAIL ?? ''
33
);
34
35
useEffect(() => {
0 commit comments