Skip to content

Commit 2eb5507

Browse files
committed
fix(demo): add missing route annotation that is relevant to the demo
1 parent 910ab76 commit 2eb5507

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/flowingcode/vaadin/addons/extendedlogin/TestLoginLayoutView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
*/
3636
@SuppressWarnings("serial")
3737
@Route(value = "extended-login/login-layout", layout = TestLoginLayout.class)
38+
// show-source @Route("value = "extended-login/login-layout-demo", layout = ExtendedLoginDemoView.class)
3839
public class TestLoginLayoutView extends Div {
3940

4041
public TestLoginLayoutView() {

0 commit comments

Comments
 (0)