Skip to content

Commit 86ac699

Browse files
rakeknivenskjnldsv
andauthored
Update apps/user_ldap/src/components/SettingsTabs/ServerTab.vue
Co-authored-by: John Molakvoæ <[email protected]> Signed-off-by: rakekniven <[email protected]>
1 parent f7d485f commit 86ac699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/user_ldap/src/components/SettingsTabs/ServerTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
:model-value="ldapConfigProxy.ldapHost"
3737
:helper-text="t('user_ldap', 'You can omit the protocol, unless you require SSL. If so, start with ldaps://')"
3838
:label="t('user_ldap', 'Host')"
39-
:placeholder="'ldaps://localhost'"
39+
placeholder="ldaps://localhost"
4040
autocomplete="off"
4141
@change="(event) => ldapConfigProxy.ldapHost = event.target.value" />
4242
<div class="ldap-wizard__server__host__port">

0 commit comments

Comments
 (0)