You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/components/utils/url.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ class urlHelper {
169
169
return _url;
170
170
}else{
171
171
let_args: Dictionary<string>={
172
-
prev: sectionArgs.section,
172
+
prev: sectionArgs.section!==Section.IframeProject ? sectionArgs.section : Section.AboutProject,// if login from within an iframe, go direct without iframe
0 commit comments