完善打印相关功能
去掉无用的前端文件 修改版权描述
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user