Skip to content

Commit 399640b

Browse files
committed
login return to non iframed about project
1 parent 7515ce6 commit 399640b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/components/utils/url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class urlHelper {
169169
return _url;
170170
} else {
171171
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
173173
};
174174
if (!_.isEmpty(sectionArgs.args)) {
175175
_args.prevPageArgs = JSON.stringify(sectionArgs.args);

0 commit comments

Comments
 (0)