From 2e5013ae735536549b8041069a66ab633cd01490 Mon Sep 17 00:00:00 2001 From: odumasFR <37532391+odumasFR@users.noreply.github.com> Date: Fri, 5 Oct 2018 08:46:14 +0200 Subject: [PATCH] Resolve conflict for merge Typo correction --- app/templates/admin_setting_authentication.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/admin_setting_authentication.html b/app/templates/admin_setting_authentication.html index 11c44b5..fbb3b22 100644 --- a/app/templates/admin_setting_authentication.html +++ b/app/templates/admin_setting_authentication.html @@ -458,7 +458,7 @@ } }); - // init validation reqirement at first time page load + // init validation requirement at first time page load {% if SETTING.get('ldap_enabled') %} $('#ldap_uri').prop('required', true); $('#ldap_base_dn').prop('required', true);