-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
There are some minor problems with enrolling a new participant via the manual token input, e.g. in case the phone camera is broken:
- The base URL that is shown in the MP is
https://example.com/managementportalbut the string to enter in the app is actually onlyexample.com, see here:
val url = "https://${baseUrlInput.text}/managementportal/api/meta-token/${tokenInput.text}"
It still works if you enter that, but it's a bit misleading... thehttps://is fine because it shows that at the input field, but the/managementportalshould not be added automatically without a UI hint. - In my short tests I noticed that you need to quit out of the app completely after entering a wrong URL or token, to make a new attempt. Subsequent attempts without quitting seem to not do anything at all. A minor nuisance, but I just wanted to mention it.