Commit da4caa86 authored by 喻春霖's avatar 喻春霖

fixed

parent b259d312
......@@ -483,7 +483,7 @@ public class AuthController {
//oauthConfig + "/authorize?client_id=testClentId&redirect_uri=http%3a%2f%2f192.168.17.129%3a7774%2fauth%2floginsuccess.do&state=state"
StringBuilder loginUrlBuilder = new StringBuilder();
OauthConfigItem oauthConfigItem = oauthConfig.getItems().get(oauthType);
if (!"dianjiaoguan".equals(oauthConfigItem.getClientId()) && !"edenoperation".equals(oauthConfigItem.getClientId()){
if (!"dianjiaoguan".equals(oauthConfigItem.getClientId()) && !"edenoperation".equals(oauthConfigItem.getClientId())){
return returnUrl;
}
loginUrlBuilder.append(oauthConfigItem.getOauthUrl());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment