This is an automated email from the ASF dual-hosted git repository.

vishesh pushed a commit to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.22 by this push:
     new 2399edd3807 [UI] Fix for the login url with nested redirect parameters 
(#12356)
2399edd3807 is described below

commit 2399edd3807b8704a555e43e6d9ab63893f05cda
Author: Suresh Kumar Anaparti <[email protected]>
AuthorDate: Mon Jan 12 12:11:45 2026 +0530

    [UI] Fix for the login url with nested redirect parameters (#12356)
---
 ui/src/utils/request.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/utils/request.js b/ui/src/utils/request.js
index 42b26c9785b..2317aac0446 100644
--- a/ui/src/utils/request.js
+++ b/ui/src/utils/request.js
@@ -54,7 +54,7 @@ const err = (error) => {
       if (response.config && response.config.params && ['forgotPassword', 
'listIdps', 'cloudianIsEnabled'].includes(response.config.params.command)) {
         return
       }
-      const originalPath = router.currentRoute.value.fullPath
+      const originalPath = router.currentRoute.value.path
       for (const key in response.data) {
         if (key.includes('response')) {
           if (response.data[key].errortext.includes('not available for user')) 
{

Reply via email to