Merge pull request #15030 from nextcloud/fix/remove-2fa-admin-settings-debug-log
Remove a debug log from the 2FA admin settings
This commit is contained in:
commit
27474662df
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -118,7 +118,6 @@
|
|||
mounted () {
|
||||
// Groups are loaded dynamically, but the assigned ones *should*
|
||||
// be valid groups, so let's add them as initial state
|
||||
console.log(this.enforcedGroups)
|
||||
this.groups = _.sortedUniq(_.uniq(this.enforcedGroups.concat(this.excludedGroups)))
|
||||
|
||||
// Populate the groups with a first set so the dropdown is not empty
|
||||
|
|
Loading…
Reference in New Issue