@@ -132,4 +132,9 @@ class Passport extends Controller
return $this->renderError('something wrong');
}
+ public function authGgUri()
+ {
+ return redirect('/index/passport/login.html');
+ }
+