Skip to content

Commit

Permalink
web/admin: fix user_write stage's user type input (#9344)
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <[email protected]>
  • Loading branch information
BeryJu authored Apr 18, 2024
1 parent d5c09fa commit c25e982
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/src/admin/stages/user_write/UserWriteStageForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ export class UserWriteStageForm extends BaseStageForm<UserWriteStage> {
${msg("Mark newly created users as inactive.")}
</p>
</ak-form-element-horizontal>
<ak-form-element-horizontal
label=${msg("User path template")}
name="userPathTemplate"
>
<ak-form-element-horizontal label=${msg("User type")} name="userType">
<ak-radio
.options=${[
{
Expand Down

0 comments on commit c25e982

Please sign in to comment.