메인 페이지에 '비밀번호 초기화' 추가

This commit is contained in:
2018-09-09 21:53:00 +09:00
parent 7b3ef45300
commit 64aecaf28b
4 changed files with 44 additions and 36 deletions
-1
View File
@@ -174,7 +174,6 @@ class Session
$this->set('userGrade', $grade);
$this->set('acl', $acl);
$this->set('reqOTP', $reqOTP);
$this->set('access_token', null);
return $this;
}