Skip to content

Commit

Permalink
fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Oct 31, 2024
1 parent 02eeea5 commit 4270fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ee/sso/components/SSOSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ onMounted(async () => {
watch(
() => ssoSettings.value.sso_enabled,
(newValue) => {
if (newValue) {
if (!newValue) {
ssoSettings.value.block_local_user_logon = false;
}
},
Expand Down

0 comments on commit 4270fd0

Please sign in to comment.