File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 165
165
<div class =" flex flex-col gap-4 mt-4" >
166
166
<div >
167
167
<Field label ={$t (' custom_url' )} description ={$t (' shared_link_custom_url_description' )}>
168
- <Input bind:value ={slug } placeholder = " immich-10000 " />
168
+ <Input bind:value ={slug } autocomplete = " off " />
169
169
</Field >
170
170
{#if slug }
171
171
<Text size ="tiny" color ="muted" class ="pt-2" >/s/{encodeURIComponent (slug )}</Text >
172
172
{/if }
173
173
</div >
174
174
175
175
<Field label ={$t (' password' )} description ={$t (' shared_link_password_description' )}>
176
- <PasswordInput bind:value ={password } />
176
+ <PasswordInput bind:value ={password } autocomplete = " new-password " />
177
177
</Field >
178
178
179
179
<Field label ={$t (' description' )}>
180
- <Input bind:value ={description } />
180
+ <Input bind:value ={description } autocomplete = " off " />
181
181
</Field >
182
182
183
183
<div class =" mt-2" >
You can’t perform that action at this time.
0 commit comments