update promo to be for the vpn

This commit is contained in:
johngruen
2020-03-24 20:58:02 +01:00
parent deec85be14
commit 2a3db78f97
3 changed files with 8 additions and 5 deletions

View File

@@ -59,7 +59,8 @@ if (process.env.NODE_ENV === 'production') {
sentry: Sentry,
user: new User(storage, LIMITS, window.AUTH_CONFIG),
transfer: null,
fileInfo: null
fileInfo: null,
locale: locale()
};
const app = routes(choo({ hash: true }));