Skip to content

Commit 431fa37

Browse files
fix: remove x button
1 parent 5046045 commit 431fa37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/pages/config-wizard/tabs/permissions-tab/permissions-tab.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ import { PermissionWarningModalComponent } from '../../components/permission-war
6868
<i class="bi bi-exclamation-triangle-fill"></i>
6969
}
7070
{{ role }}
71-
@if (role !== 'authenticated') {
71+
@if (role !== 'authenticated' && role !== 'anonymous') {
7272
<button
7373
type="button"
7474
class="btn-close btn-close-white ms-1"

0 commit comments

Comments
 (0)