Make login v2 the default reverting test code
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
957f97d9cc
commit
35ce3c0a1f
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue