mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
Fix JWT group sync checkbox using wrong variable (#352)
This commit is contained in:
@@ -50,7 +50,7 @@ export default function GroupsTab({ account }: Props) {
|
||||
* JWT Group Sync
|
||||
*/
|
||||
const [jwtGroupSync, setJwtGroupSync] = useState<boolean>(
|
||||
account.settings.groups_propagation_enabled,
|
||||
account.settings.jwt_groups_enabled,
|
||||
);
|
||||
const [jwtGroupsClaimName, setJwtGroupsClaimName] = useState(
|
||||
account.settings.jwt_groups_claim_name,
|
||||
|
||||
Reference in New Issue
Block a user