OAuthDetail修复Visible

This commit is contained in:
Crystal.Sea
2021-01-10 23:18:07 +08:00
parent 4b94c7ff0a
commit 9b2f949df2

View File

@@ -87,6 +87,7 @@ public class AppsOAuth20Details extends Apps {
this.setSortIndex(application.getSortIndex());
this.setVendor(application.getVendor());
this.setVendorUrl(application.getVendorUrl());
this.setVisible(application.getVisible());
this.clientSecret = baseClientDetails.getClientSecret();
this.scope = baseClientDetails.getScope().toString();