Skip to content

Commit 6bdfa51

Browse files
committed
Move privacy note right after the password encoder
Move the 'nothing is sent or stored' note up to sit directly after the PasswordEncoder, where users actually paste their password, instead of burying it in the terminal-alternatives paragraph.
1 parent 77ee93d commit 6bdfa51

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/partials/_livesync-connection-string-note.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ When using the `postgres://user:pass@host:port/db` URI format, URL-encode specia
88

99
<PasswordEncoder client:load />
1010

11-
If you prefer not to paste your password into a form, you can URL-encode it in your terminal instead. Nothing is sent anywhere; both the tool above and these commands run locally.
11+
Nothing is sent or stored anywhere; both the tool above and the terminal commands below run locally in your browser or shell.
12+
13+
If you prefer not to paste your password into a form, URL-encode it in your terminal instead:
1214

1315
<Tabs>
1416
<TabItem label="Python">

0 commit comments

Comments
 (0)