Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/adminlte3-u…
Browse files Browse the repository at this point in the history
…pgrade
  • Loading branch information
1azyman committed Apr 13, 2022
2 parents ea7efcb + c6f1625 commit 8455b4b
Show file tree
Hide file tree
Showing 26 changed files with 192 additions and 2,353 deletions.
4 changes: 0 additions & 4 deletions gui/admin-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,6 @@
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>jakarta.mail</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ public class GuiConstants {

public static final String NS_UI_PREFIX = SchemaConstants.NS_MIDPOINT_PUBLIC_PREFIX + "ui/";
public static final String NS_UI_FEATURE = NS_UI_PREFIX + "feature";

public static final String DEFAULT_PATH_AFTER_LOGIN = "/self/dashboard";
public static final String DEFAULT_PATH_AFTER_LOGOUT = "/";
}

This file was deleted.

0 comments on commit 8455b4b

Please sign in to comment.