#IAO7WZ maxkey社区版4.1.1试用报错 oauth2跳转
This commit is contained in:
@@ -91,7 +91,9 @@ public class AuthorizeEndpoint extends AuthorizeBaseEndpoint{
|
||||
public ModelAndView refused(){
|
||||
ModelAndView modelAndView = new ModelAndView("authorize/authorize_refused");
|
||||
Apps app = (Apps)WebContext.getAttribute(WebConstants.AUTHORIZE_SIGN_ON_APP);
|
||||
app.transIconBase64();
|
||||
if(app != null) {
|
||||
app.transIconBase64();
|
||||
}
|
||||
modelAndView.addObject("model", app);
|
||||
return modelAndView;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user