mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +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.
|
||||
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user