Skip to content

Commit

Permalink
fix: 2FA info of orga is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Dec 19, 2024
1 parent 14916eb commit d359fb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/pages/organization/[id]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
:model-value="orga['2FA']?.roles"
:items="orga.roles"
:messages="[$t('pages.organization.2FARolesMsg')]"
:rules="[v => !!v || '']"
:placeholder="$t('pages.organization.2FARoles')"
multiple
name="2FARoles"
Expand Down

0 comments on commit d359fb2

Please sign in to comment.