dever 6 năm trước cách đây
mục cha
commit
5586cb0223
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Api.php

+ 1 - 1
src/Api.php

@@ -136,7 +136,7 @@ class Api
 			Dever::alert('没有账户信息');
 		}
 
-		if (!$this->uid || !$this->username) {
+		if (!$this->uid) {
 			Dever::alert('没有用户信息');
 		}