You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings, where could I change the page where it redirects me to msn.com/es ... I would like to validate in which file it is modified. Thanks.
hello @gvs6 ,
You will need to replace a variable on the hotspot/login.html document on the router.
You must replace $(link-orig) with the url of the website you want them to get after login.
There are two, and both look like this: <input type="hidden" name="dst" value="$(link-orig)">
Change them to <input type="hidden" name="dst" value="http://www.mysite.com">
Greetings, where could I change the page where it redirects me to msn.com/es ... I would like to validate in which file it is modified. Thanks.
The text was updated successfully, but these errors were encountered: