mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
Fix client--undefined class being applied to the default app
This commit is contained in:
parent
c807f62297
commit
d5a722259b
@ -69,7 +69,7 @@ const AppGateway = {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Adds a client specific class to the body for whitelabel styling
|
// Adds a client specific class to the body for whitelabel styling
|
||||||
window.document.body.classList.add(`client--${settings.subdomain}`);
|
window.document.body.classList.add(`client--${settings.subdomain || 'ascribe'}`);
|
||||||
|
|
||||||
AppResolver
|
AppResolver
|
||||||
.resolve(settings)
|
.resolve(settings)
|
||||||
|
Loading…
Reference in New Issue
Block a user