dever 6 vuotta sitten
vanhempi
commit
5586cb0223
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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('没有用户信息');
 		}