mirror of
https://github.com/rustfs/console.git
synced 2026-08-30 17:14:47 +08:00
fix: double encoding when bind policy rustfs/console#13
This commit is contained in:
@@ -118,7 +118,7 @@ const changePolicies = async () => {
|
||||
try {
|
||||
await setUserOrGroupPolicy({
|
||||
policyName: name.value || '',
|
||||
userOrGroup: encodeURIComponent(props.group.name),
|
||||
userOrGroup: props.group.name || '',
|
||||
isGroup: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user