Skip to content

Commit

Permalink
fixing build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ogz00 committed Apr 22, 2015
1 parent 9d52f72 commit 8385cff
Showing 1 changed file with 2 additions and 9 deletions.
Expand Up @@ -51,19 +51,12 @@ public class PageLogin extends PageBase {

public PageLogin() {
TopMenuBar menuBar = getTopMenuBar();
menuBar.addOrReplace(new LocalePanel(TopMenuBar.ID_RIGHT_PANEL));

Task task = getPageBase().createSimpleTask(OPERATION_LOAD_RESET_PASSWORD_POLICY);
OperationResult subResult = result.createSubresult(OPERATION_LOAD_RESET_PASSWORD_POLICY);
getMidpointApplication().getModel().getObject(SystemConfigurationType.class, SystemObjectsType.SYSTEM_CONFIGURATION.value(), null,
task, result);
menuBar.addOrReplace(new LocalePanel(TopMenuBar.ID_RIGHT_PANEL));


Form form = new Form(ID_LOGIN_FORM) {

ge


@Override
protected void onSubmit() {
MidPointAuthWebSession session = MidPointAuthWebSession.getSession();
Expand Down

0 comments on commit 8385cff

Please sign in to comment.