Skip to content

Commit

Permalink
fix one-off key creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Jul 21, 2023
1 parent 3f5418b commit c4138a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SetupKeyNew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const SetupKeyNew = () => {
return {
id: formSetupKey.id,
name: formSetupKey.name,
type: formSetupKey.type ? formSetupKey.type : "reusable",
type: formSetupKey.type ? formSetupKey.type : "one-off",
auto_groups: existingGroups,
revoked: formSetupKey.revoked,
groupsToCreate: groupsToCreate,
Expand Down

0 comments on commit c4138a8

Please sign in to comment.