Skip to content

Commit

Permalink
web/admin: fix authentication/enrollment flow in sources being marked…
Browse files Browse the repository at this point in the history
… as required (goauthentik#10911)

Signed-off-by: Jens Langhammer <[email protected]>
  • Loading branch information
BeryJu authored Aug 14, 2024
1 parent e773ce2 commit 8f81237
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions web/src/admin/sources/oauth/OAuthSourceForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ export class OAuthSourceForm extends WithCapabilitiesConfig(BaseSourceForm<OAuth
<div slot="body" class="pf-c-form">
<ak-form-element-horizontal
label=${msg("Authentication flow")}
?required=${true}
name="authenticationFlow"
>
<ak-source-flow-search
Expand All @@ -515,7 +514,6 @@ export class OAuthSourceForm extends WithCapabilitiesConfig(BaseSourceForm<OAuth
</ak-form-element-horizontal>
<ak-form-element-horizontal
label=${msg("Enrollment flow")}
?required=${true}
name="enrollmentFlow"
>
<ak-source-flow-search
Expand Down
2 changes: 0 additions & 2 deletions web/src/admin/sources/plex/PlexSourceForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ export class PlexSourceForm extends WithCapabilitiesConfig(BaseSourceForm<PlexSo
<div slot="body" class="pf-c-form">
<ak-form-element-horizontal
label=${msg("Authentication flow")}
?required=${true}
name="authenticationFlow"
>
<ak-source-flow-search
Expand All @@ -399,7 +398,6 @@ export class PlexSourceForm extends WithCapabilitiesConfig(BaseSourceForm<PlexSo
</ak-form-element-horizontal>
<ak-form-element-horizontal
label=${msg("Enrollment flow")}
?required=${true}
name="enrollmentFlow"
>
<ak-source-flow-search
Expand Down
2 changes: 0 additions & 2 deletions web/src/admin/sources/saml/SAMLSourceForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ export class SAMLSourceForm extends WithCapabilitiesConfig(BaseSourceForm<SAMLSo
</ak-form-element-horizontal>
<ak-form-element-horizontal
label=${msg("Authentication flow")}
?required=${true}
name="authenticationFlow"
>
<ak-source-flow-search
Expand All @@ -595,7 +594,6 @@ export class SAMLSourceForm extends WithCapabilitiesConfig(BaseSourceForm<SAMLSo
</ak-form-element-horizontal>
<ak-form-element-horizontal
label=${msg("Enrollment flow")}
?required=${true}
name="enrollmentFlow"
>
<ak-source-flow-search
Expand Down

0 comments on commit 8f81237

Please sign in to comment.