Skip to content

Commit

Permalink
Update demo application (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasmak authored Jan 26, 2024
1 parent 0a417cb commit 2ec9ce0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
@Theme("sso-kit-demo")
@NpmPackage(value = "line-awesome", version = "1.3.0")
@NpmPackage(value = "@vaadin-component-factory/vcf-nav", version = "1.0.6")
@NpmPackage(value = "@vaadin-component-factory/vcf-nav", version = "1.1.3")
@SpringBootApplication
public class DemoApplication extends SpringBootServletInitializer
implements AppShellConfigurator {
Expand Down
3 changes: 0 additions & 3 deletions sso-kit-demo/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
server:
port: ${PORT:8080}
vaadin:
sso:
auto-configure: true

0 comments on commit 2ec9ce0

Please sign in to comment.