-
Bug
-
Resolution: Fixed
-
Major
-
App 1.4.0
-
None
-
4.8.0 RC1
Currently, we simply concatenate configured url with
"?token="+token
However, if the url already have parameter and hence already a `?`, the second `?` is not taken into account, and as the token is not taken into account the user is not logged.
We need to check if there is already a `?`, and if so use a `&` instead