Espec - Bolivariano - Restauração de senha. fixes bug#AL-4269
parent
9b9801f7b8
commit
1f81ebebba
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.92.2</version>
|
||||
<version>1.92.3</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -127,8 +127,8 @@ public class LoginController extends MyGenericForwardComposer {
|
|||
Messagebox.show(Labels.getLabel("winCambiaContrasena.MSG.EmailRecuperacaoSenhaEnviado"),
|
||||
Labels.getLabel("winCambiaContrasena.title"), Messagebox.OK, Messagebox.INFORMATION);
|
||||
} catch (Exception ex) {
|
||||
log.error(ex.getLocalizedMessage());
|
||||
Clients.alert(ex.getLocalizedMessage(), Labels.getLabel("winCambiaContrasena.title"), Messagebox.INFORMATION);
|
||||
log.error("Erro: ", ex);
|
||||
Clients.alert(ex.getLocalizedMessage() + " -> " + ex.getStackTrace().toString(), Labels.getLabel("winCambiaContrasena.title"), Messagebox.INFORMATION);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue