完善打印相关功能

去掉无用的前端文件
修改版权描述
This commit is contained in:
2021-02-26 05:52:52 +08:00
parent 37229cac4a
commit 427dabb95d
101 changed files with 442 additions and 7350 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ class UserService
*/
public static function wantsTotp()
{
if (env('AUTH_TOTP_STATUS', true) == false) {
if (env('AUTH_TOTP', true) == false) {
return 0;
}