Fixed U2F authentication when used with LDAP

Closes #46661
This commit is contained in:
Phil Hughes 2018-05-23 17:03:48 +01:00
parent 31413f4c14
commit 2303b08389
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
import initU2F from '../../../shared/sessions/u2f';
document.addEventListener('DOMContentLoaded', initU2F);

View File

@ -0,0 +1,5 @@
---
title: Fixed U2F login when used with LDAP
merge_request:
author:
type: fixed