mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Fixed new API key modal
This commit is contained in:
@@ -77,7 +77,7 @@ $(".apikey-show-qr-button").on("click", function()
|
||||
}
|
||||
|
||||
bootbox.alert({
|
||||
message: "<h1>" + __t("API key") + "</h1><h2 class='text-muted'>" + apiKeyDescription + "</h2><p><hr>" + QrCodeImgHtml(content) + "</p>",
|
||||
message: "<div class='text-center'><h1>" + __t("API key") + "</h1><h2 class='text-muted'>" + apiKeyDescription + "</h2><p><hr>" + QrCodeImgHtml(content) + "</p></div>",
|
||||
closeButton: false
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user