Skip to content

Commit

Permalink
fix bug for multiple google account
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyifan committed Oct 22, 2014
1 parent 5d9cf43 commit b88252a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/src/GlobalVaribles.as
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ package
///These are varibles for Login, include two OauthLogin URL
///see Class: OauthLogin
public static const BaiduLogin:OauthLogin=new OauthLogin("baidu","http://openapi.baidu.com/oauth/2.0/authorize?");
public static const GoogleLogin:OauthLogin=new OauthLogin("google","https://accounts.google.com/ServiceLogin");
public static const GoogleLogin:OauthLogin=new OauthLogin("google","https://accounts.google.com/");
public static var token:String;
public static var userName:String;

Expand All @@ -112,4 +112,4 @@ package
public static const SKIN_ALPHA:Number=0.75;

}
}
}

0 comments on commit b88252a

Please sign in to comment.