Skip to content

Commit 5eefac9

Browse files
committed
fix: forgot to add props to general form for self sign certs
1 parent 56b303c commit 5eefac9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

expo-example/app/replication/config.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,15 @@ export default function ReplicationConfigCreateScreen() {
7171
heartbeat={heartbeat}
7272
maxAttempts={maxAttempts}
7373
maxWaitTime={maxWaitTime}
74+
acceptOnlySelfSignedCerts={acceptOnlySelfSignedCerts}
7475
setAcceptParentDomainCookies={setAcceptParentDomainCookies}
7576
setAutoPurgeEnabled={setAutoPurgeEnabled}
7677
setConnectionString={setConnectionString}
7778
setContinuous={setContinuous}
7879
setHeartbeat={setHeartbeat}
7980
setMaxAttempts={setMaxAttempts}
8081
setMaxWaitTime={setMaxWaitTime}
82+
setAcceptOnlySelfSignedCerts={setAcceptOnlySelfSignedCerts}
8183
setReplicatorType={setReplicatorType}
8284
/>
8385
<ReplicatorAuthenticationForm

0 commit comments

Comments
 (0)