diff --git a/src/app/components/request-password.tsx b/src/app/components/request-password.tsx index 1cca4ecdea0..c9c42010869 100644 --- a/src/app/components/request-password.tsx +++ b/src/app/components/request-password.tsx @@ -62,7 +62,7 @@ export function RequestPassword({ title, caption, onSuccess }: RequestPasswordPr > {title} - + {(isRunning && waitingMessage) || caption} @@ -78,7 +78,7 @@ export function RequestPassword({ title, caption, onSuccess }: RequestPasswordPr > Your password - + - {error && {error}} + {error && {error}} - {leftColumn} + + {leftColumn} + - Password strength: + Password strength: {field.value ? strengthText : '—'}