web/admin: don't enable execution logging by default

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-01-19 17:57:34 +01:00
parent fc8fe5317a
commit 9e30f01fce
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export class ExpressionPolicyForm extends ModelForm<ExpressionPolicy, string> {
<input
class="pf-c-switch__input"
type="checkbox"
?checked=${first(this.instance?.executionLogging, true)}
?checked=${first(this.instance?.executionLogging, false)}
/>
<span class="pf-c-switch__toggle">
<span class="pf-c-switch__toggle-icon">