We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04875f1 commit 2399eddCopy full SHA for 2399edd
ui/src/utils/request.js
@@ -54,7 +54,7 @@ const err = (error) => {
54
if (response.config && response.config.params && ['forgotPassword', 'listIdps', 'cloudianIsEnabled'].includes(response.config.params.command)) {
55
return
56
}
57
- const originalPath = router.currentRoute.value.fullPath
+ const originalPath = router.currentRoute.value.path
58
for (const key in response.data) {
59
if (key.includes('response')) {
60
if (response.data[key].errortext.includes('not available for user')) {
0 commit comments