csdms / wmt-client

A GWT client for the CSDMS Web Modeling Tool
MIT License
0 stars 0 forks source link

On signout from the client, return to the WMT launcher page #104

Open mdpiper opened 7 years ago

mdpiper commented 7 years ago

Currently, when you sign out from the WMT client, you're returned to the sign in page for the particular WMT instance in which you were working (e.g., wmt-permafrost). It would be better if you were instead returned to the WMT launcher page, https://csdms.colorado.edu/wmt.

A suggestion from @kettner. 👍

mdpiper commented 7 years ago

The code to handle this is in DataTransfer.java, in AuthenticationRequestCallback::logoutActions().

mdpiper commented 7 years ago

This may be hard to do. I don't think I'm allowed to change the current URL displayed in the browser.