summaryrefslogtreecommitdiff
path: root/src/store/modules/Operations/KeyClearStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/modules/Operations/KeyClearStore.js')
-rw-r--r--src/store/modules/Operations/KeyClearStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/modules/Operations/KeyClearStore.js b/src/store/modules/Operations/KeyClearStore.js
index 78804e75..9e5e875e 100644
--- a/src/store/modules/Operations/KeyClearStore.js
+++ b/src/store/modules/Operations/KeyClearStore.js
@@ -10,7 +10,7 @@ const KeyClearStore = {
};
return await api
.patch(
- '/redfish/v1/Systems/system/Bios/Settings',
+ `${await this.dispatch('global/getSystemPath')}/Bios/Settings`,
selectedKeyForClearing,
)
.then(() => i18n.t('pageKeyClear.toast.selectedKeyClearedSuccess'))