1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 21:52:08 +02:00

login location with baseurl

This commit is contained in:
diminator 2015-06-25 15:30:47 +02:00
parent 93c1b2e826
commit 64017f604c

View File

@ -46,7 +46,7 @@ let LoginForm = React.createClass({
Users on Stack Overflow claim this is a bug in chrome and should be fixed in the future. Users on Stack Overflow claim this is a bug in chrome and should be fixed in the future.
Until then, we redirect the HARD way, but reloading the whole page using window.location Until then, we redirect the HARD way, but reloading the whole page using window.location
*/ */
window.location = AppConstants.baseUrl + '/collection'; window.location = AppConstants.baseUrl + 'collection';
}, },
render() { render() {