Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
suitetecsa-sdk-kotlin-13 Exception al hacer login
Browse files Browse the repository at this point in the history
  • Loading branch information
lesclaz committed Sep 15, 2023
1 parent 8d8dbaa commit 900d874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class NautaApi(
when (val loginResult = connectPortalCommunicator.getLoginPage(action, data)) {
is ResultType.Error -> throw loginResult.throwable
is ResultType.Success -> {
val (loginAction, loginData) = connectPortalScraper.parseActionForm(loginResult.result ?: "")
val (loginAction, loginData) = connectPortalScraper.parseLoginForm(loginResult.result ?: "")
wlanUserIp = loginData["wlanuserip"] ?: ""
csrfHw = loginData["CSRFHW"] ?: ""
actionLogin = loginAction
Expand Down

0 comments on commit 900d874

Please sign in to comment.