mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 19:53:44 +00:00
fix default logo size
This commit is contained in:
@@ -195,8 +195,8 @@ export default function DeviceLoginForm({
|
||||
? env.branding.logo?.authPage?.width || 175
|
||||
: 175;
|
||||
const logoHeight = isUnlocked()
|
||||
? env.branding.logo?.authPage?.height || 58
|
||||
: 58;
|
||||
? env.branding.logo?.authPage?.height || 44
|
||||
: 44;
|
||||
|
||||
function onCancel() {
|
||||
setMetadata(null);
|
||||
|
||||
Reference in New Issue
Block a user