Role verification: pass the type of the community - fix ri error

This commit is contained in:
argirok 2022-09-13 12:59:01 +03:00
parent a6015b272a
commit 0dbc95cd0c
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ import {DOCUMENT} from "@angular/common";
[contactForm]="contactForm" [sending]="sending"></quick-contact>
<modal-alert #modal [overflowBody]="false"></modal-alert>
<role-verification *ngIf="community" service="connect"
[id]="community.communityId" [name]="community.title" [type]="'community'"></role-verification>
[id]="community.communityId" [name]="community.title" [type]="community.type"></role-verification>
</div>
`