mirror of
https://github.com/ascribe/onion.git
synced 2025-01-11 21:35:38 +01:00
login location with baseurl
This commit is contained in:
parent
93c1b2e826
commit
64017f604c
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user