diff --git a/src/client/app/auth/script.ts b/src/client/app/auth/script.ts index 64ab6536d..3d916e8d7 100644 --- a/src/client/app/auth/script.ts +++ b/src/client/app/auth/script.ts @@ -9,14 +9,11 @@ import './style.styl'; import init from '../init'; import Index from './views/index.vue'; -import * as config from '../config'; /** * init */ init(launch => { - document.title = `${config.name} | %i18n:common.application-authorization%`; - // Init router const router = new VueRouter({ mode: 'history',