|
|
@@ -115,7 +115,6 @@ public class FormLoginController implements Initializable { |
|
|
Stage thisStage = (Stage) apMain.getScene().getWindow(); |
|
|
Stage thisStage = (Stage) apMain.getScene().getWindow(); |
|
|
thisStage.hide(); |
|
|
thisStage.hide(); |
|
|
} else { |
|
|
} else { |
|
|
System.out.println("Gagal "); |
|
|
|
|
|
Alert alert = AlertUtil.getAlertError( |
|
|
Alert alert = AlertUtil.getAlertError( |
|
|
AlertUtil.ERROR_KARYAWAN_TIDAK_BOLEH_AKSES_TITLE, |
|
|
AlertUtil.ERROR_KARYAWAN_TIDAK_BOLEH_AKSES_TITLE, |
|
|
objectNode.get("message").asText()); |
|
|
objectNode.get("message").asText()); |
|
|
|