Skip to content

Commit fe0e25c

Browse files
authored
Merge pull request #2724 from ORCID/aromanovv/PD-4777-remove-extra-whitespace
PD-4777 remove extra whitespace
2 parents 53546fd + 2150d1f commit fe0e25c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/password-recovery/pages/password-recovery/password-recovery.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@
162162
} @if (submitted) {
163163
<div class="text-left orc-font-body-small">
164164
<span i18n="@@recovery.weHaveSent">We have sent a recovery email to</span
165-
>&nbsp;
166-
<b>{{ recoveryForm.get('email').value }}</b>
165+
>&nbsp;<b>{{ recoveryForm.get('email').value }}</b>
167166
<br />
168167
<br />
169168
<div i18n="@@recovery.ifYouDoNotReceive">

0 commit comments

Comments
 (0)