js2ts: index(login)

- fix-workaround: popper 로드
This commit is contained in:
2021-08-26 18:11:51 +09:00
parent 95a93c2c44
commit 11511316d1
9 changed files with 362 additions and 135 deletions
+1 -1
View File
@@ -90,5 +90,5 @@ RootDB::db()->update('member', [
Json::die([
'result'=>true,
'reset'=>false,
'reason'=>"로그인을 성공했습니다. {$tokenValidUntil}까지 유효합니다."
'validUntil'=>$tokenValidUntil,
]);