PM-4951 Addressed review comments

This commit is contained in:
KiruthigaManivannan 2024-05-15 15:24:22 +05:30
parent 9ab0f5ef60
commit cc0ac2732a
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<form [formGroup]="formGroup" [bitSubmit]="submit"> <form [formGroup]="formGroup" [bitSubmit]="submit">
<div class="tw-w-[400px]"> <div class="tw-w-96">
<p bitTypography="body1"> <p bitTypography="body1">
{{ "recoverAccountTwoStepDesc" | i18n }} {{ "recoverAccountTwoStepDesc" | i18n }}
<a <a

View File

@ -197,8 +197,10 @@ const routes: Routes = [
{ {
path: "recover-2fa", path: "recover-2fa",
component: RecoverTwoFactorComponent, component: RecoverTwoFactorComponent,
canActivate: [UnauthGuard],
data: { data: {
pageTitle: "recoverAccountTwoStep", pageTitle: "recoverAccountTwoStep",
titleId: "recoverAccountTwoStep",
}, },
}, },
], ],