diff --git a/js/app.js b/js/app.js
index 4d1310de..dcd506fc 100644
--- a/js/app.js
+++ b/js/app.js
@@ -48,6 +48,7 @@ requests.defaults({
}
});
+export let history = createBrowserHistory();
class AppGateway {
start() {
@@ -70,25 +71,28 @@ class AppGateway {
load(settings) {
let type = 'default';
let subdomain = 'www';
+ let redirectRoute = (
{getLangText('No contracts uploaded yet, please go to the ')} - {getLangText('settings page')} + {getLangText('contract settings page')} {getLangText(' and create them.')}