Skip to content
Snippets Groups Projects

Develop

Merged lfr20 requested to merge Develop into acessibility
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -196,7 +196,7 @@ export default function ChangePasswordPage(props) {
<CardDiv>
<div style={{ overflow: "hidden", display: "inline-block" }}>
<h2 style={{ fontSize: "32px", fontWeight: "200", marginBottom: "20px", lineHeight: '35px' }}>
Ocorreu um erro. Por favor, tente novamente mais tarde. Você será redireciona para a home em... <StyledTimer>{time}</StyledTimer>
Ocorreu um erro. Por favor, tente novamente mais tarde. Você será redirecionado para a home em... <StyledTimer>{time}</StyledTimer>
</h2>
</div>
</CardDiv>
@@ -227,7 +227,7 @@ export default function ChangePasswordPage(props) {
<CardDiv>
<div style={{ overflow: "hidden", display: "inline-block" }}>
<h2 style={{ fontSize: "32px", fontWeight: "200", marginBottom: "20px", lineHeight: '35px' }}>
Sua senha foi alterada com sucesso. Você será redireciona para a home em... <StyledTimer>{time}</StyledTimer>
Sua senha foi alterada com sucesso. Você será redirecionado para a home em... <StyledTimer>{time}</StyledTimer>
</h2>
</div>
</CardDiv>
@@ -296,7 +296,7 @@ export default function ChangePasswordPage(props) {
handleChange={e => handleChange(e, 'confirmation')}
required={true}
error={formPasswordConfirmation.key}
help={formPasswordConfirmation.key ? (formPasswordConfirmation.value.length === 0 ? "Faltou confirmar sua senha." : "A confirmação precisa ter no mínimo 8 caracteres e ser igual a senha.") : ""}
help={formPasswordConfirmation.key ? (formPasswordConfirmation.value.length === 0 ? "Faltou confirmar sua senha." : "A confirmação precisa ser igual a senha.") : ""}
/>
</Grid>
<Grid item xs={2}>
Loading