I want to get the text of the error show in hotspot login page when you get an error.
I want to do that because i want to write more information below the error about each different errors.
I tried the following code in my login.html but i always return in the ‘else’ statement.
$(if error)
$(if $(error) == "invalid username or password")
IF : $(error)
$(else)
ELSE : $(error)
$(endif)
$(endif)
Any help please ???