Make login v2 the default reverting test code

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
Erik Jan de Wit 2024-08-20 15:45:23 +02:00 committed by Stan Silvert
parent 957f97d9cc
commit 35ce3c0a1f

View file

@ -52,9 +52,9 @@ public interface ThemeSelectorProvider extends Provider {
return DEFAULT_V2;
}
// if ((type == Theme.Type.LOGIN) && Profile.isFeatureEnabled(Profile.Feature.LOGIN2)) {
// return DEFAULT_V2;
// }
if ((type == Theme.Type.LOGIN) && Profile.isFeatureEnabled(Profile.Feature.LOGIN2)) {
return DEFAULT_V2;
}
return DEFAULT;
}