-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account may change when navigating between UIs#6151 #1902
Conversation
I added in some place, Let me know if i miss any links |
Codecov Report
@@ Coverage Diff @@
## main #1902 +/- ##
==========================================
- Coverage 79.31% 79.30% -0.01%
==========================================
Files 284 284
Lines 9822 9823 +1
Branches 490 491 +1
==========================================
Hits 7790 7790
- Misses 2032 2033 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
} else { | ||
window.location.href = ConfigHelper.getNroUrl() | ||
window.location.href = appendAccountId(ConfigHelper.getNroUrl()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we remove LD flag check ?
} else { | ||
window.location.href = `${ConfigHelper.getNroUrl()}nro.htm?_flowId=anonymous-monitor-flow&_flowExecutionKey=e1s1` | ||
window.location.href = appendAccountId(`${ConfigHelper.getNroUrl()}nro.htm?_flowId=anonymous-monitor-flow&_flowExecutionKey=e1s1`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this also can be removed
} else { | ||
window.location.href = ConfigHelper.getNroUrl() | ||
window.location.href = appendAccountId(ConfigHelper.getNroUrl()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this too
Kudos, SonarCloud Quality Gate passed! |
Issue #:
bcgov/entity#6151
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-auth license (Apache 2.0).