uspot: handler.uc: remove unused payload attribute

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
This commit is contained in:
Thibaut VARÈNE
2023-06-01 22:35:31 +02:00
committed by John Crispin
parent 35e1cbd15b
commit d3f4afd4a7

View File

@@ -113,7 +113,6 @@ function request_radius(ctx) {
// trigger the radius auth
let payload = portal.radius_init(ctx);
payload.type = 'auth';
payload.username = ctx.form_data.username;
payload.password = ctx.form_data.password;