Crystal.Sea 5 лет назад
Родитель
Сommit
9b2f949df2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      maxkey-core/src/main/java/org/maxkey/domain/apps/AppsOAuth20Details.java

+ 1 - 0
maxkey-core/src/main/java/org/maxkey/domain/apps/AppsOAuth20Details.java

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