web/admin: don't auto-select certificate for LDAP source verification
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -160,11 +160,8 @@ export class LDAPSourceForm extends ModelForm<LDAPSource, string> {
 | 
			
		||||
                                    })
 | 
			
		||||
                                    .then((keys) => {
 | 
			
		||||
                                        return keys.results.map((key) => {
 | 
			
		||||
                                            let selected =
 | 
			
		||||
                                            const selected =
 | 
			
		||||
                                                this.instance?.peerCertificate === key.pk;
 | 
			
		||||
                                            if (keys.results.length === 1) {
 | 
			
		||||
                                                selected = true;
 | 
			
		||||
                                            }
 | 
			
		||||
                                            return html`<option
 | 
			
		||||
                                                value=${ifDefined(key.pk)}
 | 
			
		||||
                                                ?selected=${selected}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user