Skip to content

Commit

Permalink
MID-7890: schema cleanup (self-registration, password reset)
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Apr 13, 2022
1 parent f2ba035 commit a064542
Show file tree
Hide file tree
Showing 24 changed files with 178 additions and 2,324 deletions.
4 changes: 0 additions & 4 deletions gui/admin-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -598,10 +598,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 a064542

Please sign in to comment.