Skip to content

Commit

Permalink
Update Application.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz authored Sep 22, 2024
1 parent b1e2750 commit 95d566f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/org/casbin/casdoor/entity/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public static class SigninMethod {
}

public static class SigninItem {

public String name;
public boolean visible;
public String label;
Expand All @@ -92,7 +91,6 @@ public static class SigninItem {
}

public static class SignupItem {

public String label;
public String name;
public String placeholder;
Expand All @@ -102,4 +100,4 @@ public static class SignupItem {
public String rule;
public boolean visible;
}
}
}

0 comments on commit 95d566f

Please sign in to comment.