From 7b6eae0ce455b0cd298151576307a394acec391c Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Wed, 14 Nov 2018 01:32:38 +0900
Subject: [PATCH] Fix error

---
 src/client/app/auth/script.ts | 3 ---
 1 file changed, 3 deletions(-)

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',