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
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/managementportal but the string to enter in the app is actually only example.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... the https:// is fine because it shows that at the input field, but the /managementportal should 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.
The text was updated successfully, but these errors were encountered:
There are some minor problems with enrolling a new participant via the manual token input, e.g. in case the phone camera is broken:
https://example.com/managementportal
but the string to enter in the app is actually onlyexample.com
, see here:radar-prmt-android/app/src/main/java/org/radarcns/detail/LoginActivityImpl.kt
Line 285 in c2506b8
It still works if you enter that, but it's a bit misleading... the
https://
is fine because it shows that at the input field, but the/managementportal
should not be added automatically without a UI hint.The text was updated successfully, but these errors were encountered: