diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-14 01:32:38 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-14 01:32:38 +0900 |
| commit | 7b6eae0ce455b0cd298151576307a394acec391c (patch) | |
| tree | e789e988e39f1039c9d17c1d22fc2391c2e7d676 /src/client/app/auth/script.ts | |
| parent | [Client] Fix #3009 (diff) | |
| download | sharkey-7b6eae0ce455b0cd298151576307a394acec391c.tar.gz sharkey-7b6eae0ce455b0cd298151576307a394acec391c.tar.bz2 sharkey-7b6eae0ce455b0cd298151576307a394acec391c.zip | |
Fix error
Diffstat (limited to 'src/client/app/auth/script.ts')
| -rw-r--r-- | src/client/app/auth/script.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/app/auth/script.ts b/src/client/app/auth/script.ts index 64ab6536db..3d916e8d79 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', |