dever 7 years ago
parent
commit
d20a836363
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tm/lib/Controller/Passport.class.php

+ 1 - 0
tm/lib/Controller/Passport.class.php

@@ -74,6 +74,7 @@ class Passport extends Controller{
 
             header ( "Location: " . $refer);
 		} else {
+            echo $tokenid . "<br />";
 			print_r($data);die;
 		}
     }