Skip to content

Commit 08fe3c0

Browse files
authored
Merge pull request #931 from vinu-deriv/revert-923-fix-account-redirection
Revert "fix: account redirection from oidc"
2 parents 67f0317 + 3f332cd commit 08fe3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/app/base/header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ const Header = (() => {
943943
if (is_virtual || !has_real_account) {
944944
manage_acc_btn.style.visibility = 'hidden';
945945
}
946-
if (has_real_account && !is_virtual && manage_acc_btn) {
946+
if (has_real_account && !is_virtual) {
947947
manage_acc_btn.style.visibility = 'visible';
948948
}
949949
// Account adder logic

0 commit comments

Comments
 (0)