Unfortunately, with the mobile url, when you 'logout' it goes to an accounts admin screen -- instead of back to the login screen.
The accounts login screen is:
* not mobile friendly
* not relevant to mobile monitoring or assistance
* makes it challenging to get back to the login to access another customer's site
The Mobile URL is not white-labeled
And based on the programming decision on logout -- it is not for customers -- but instead a level of management when away from home base
Ideally:
* the mobile URL will be something that can be added to any website, ie. our own site
* logout would return user to the login page
* there would be no branding on the site, instead, just login/logout unless added on our own site
@admin - Since this is already a web-based application, it would be great to supply the HTML and access to add to our own page and make it work correctly. The 'return' on logout is the issue in facilitating this.