mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 18:07:52 +00:00
uspot: handler.uc: remove unused payload attribute
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
This commit is contained in:
committed by
John Crispin
parent
35e1cbd15b
commit
d3f4afd4a7
@@ -113,7 +113,6 @@ function request_radius(ctx) {
|
|||||||
|
|
||||||
// trigger the radius auth
|
// trigger the radius auth
|
||||||
let payload = portal.radius_init(ctx);
|
let payload = portal.radius_init(ctx);
|
||||||
payload.type = 'auth';
|
|
||||||
payload.username = ctx.form_data.username;
|
payload.username = ctx.form_data.username;
|
||||||
payload.password = ctx.form_data.password;
|
payload.password = ctx.form_data.password;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user