Skip to content

Commit 2399edd

Browse files
[UI] Fix for the login url with nested redirect parameters (#12356)
1 parent 04875f1 commit 2399edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/utils/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const err = (error) => {
5454
if (response.config && response.config.params && ['forgotPassword', 'listIdps', 'cloudianIsEnabled'].includes(response.config.params.command)) {
5555
return
5656
}
57-
const originalPath = router.currentRoute.value.fullPath
57+
const originalPath = router.currentRoute.value.path
5858
for (const key in response.data) {
5959
if (key.includes('response')) {
6060
if (response.data[key].errortext.includes('not available for user')) {

0 commit comments

Comments
 (0)