mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Show Credential banner only in the main page
This commit is contained in:
parent
b01ab1e835
commit
990e94252e
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ kpxcBanner.create = async function(credentials = {}) {
|
|||
banner.appendMultiple(bannerInfo, bannerButtons);
|
||||
|
||||
initColorTheme(banner);
|
||||
document.body.appendChild(banner);
|
||||
window.parent.document.body.appendChild(banner);
|
||||
};
|
||||
|
||||
kpxcBanner.saveNewCredentials = async function(credentials = {}) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue