Skip to content

Commit c03edee

Browse files
vins01-4scienceMattia Vianelli
authored andcommitted
[DURACOM-204][DSpace#2622] Makes forgot-password link removable
(cherry picked from commit 2429c36)
1 parent 644c48d commit c03edee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/shared/log-in/methods/password/log-in-password.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class LogInPasswordComponent implements OnInit {
6464

6565
/**
6666
* The authentication form.
67-
* @type {FormGroup}
67+
* @type {UntypedFormGroup}
6868
*/
6969
public form: UntypedFormGroup;
7070

@@ -125,7 +125,7 @@ export class LogInPasswordComponent implements OnInit {
125125
return message;
126126
})
127127
);
128-
128+
129129
this.canRegister$ = this.authorizationService.isAuthorized(FeatureID.EPersonRegistration).pipe(shareReplay(1));
130130
this.canForgot$ = this.authorizationService.isAuthorized(FeatureID.EPersonForgotPassword).pipe(shareReplay(1));
131131
this.canShowDivider$ =

0 commit comments

Comments
 (0)