Skip to content

Commit

Permalink
[DURACOM-204][#2622] Makes forgot-password link removable
Browse files Browse the repository at this point in the history
  • Loading branch information
vins01-4science committed Nov 10, 2023
1 parent 91b4d3d commit 2429c36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class LogInPasswordComponent implements OnInit {

/**
* The authentication form.
* @type {FormGroup}
* @type {UntypedFormGroup}
*/
public form: UntypedFormGroup;

Expand Down Expand Up @@ -125,7 +125,7 @@ export class LogInPasswordComponent implements OnInit {
return message;
})
);

this.canRegister$ = this.authorizationService.isAuthorized(FeatureID.EPersonRegistration).pipe(shareReplay(1));
this.canForgot$ = this.authorizationService.isAuthorized(FeatureID.EPersonForgotPassword).pipe(shareReplay(1));
this.canShowDivider$ =
Expand Down

0 comments on commit 2429c36

Please sign in to comment.