Skip to content

Commit 89d9830

Browse files
committed
Another fix
1 parent 62929e8 commit 89d9830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_auth_jwt_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ ngx_http_auth_jwt_create_loc_conf(ngx_conf_t *cf)
356356
// set the flag to unset
357357
conf->auth_jwt_enabled = (ngx_flag_t) -1;
358358
conf->auth_jwt_redirect = (ngx_flag_t) -1;
359-
// conf->auth_jwt_validate_email = (ngx_flag_t) -1;
359+
conf->auth_jwt_validate_email = (ngx_flag_t) -1;
360360

361361
ngx_conf_log_error(NGX_LOG_DEBUG, cf, 0, "Created Location Configuration");
362362

0 commit comments

Comments
 (0)