1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

branding needs to be applied separately for login page

This commit is contained in:
irismarie 2021-03-16 12:20:42 +01:00
parent 90c13c0247
commit 984d3f1a5e

View file

@ -39,10 +39,8 @@ class Login extends Component {
type: 'config/load',
});
// set branding in case the login page gets refreshed
if (!branding.isSet) {
branding.applyBranding();
}
// apply branding in case the login page gets refreshed
branding.applyBranding();
}
static getStores() {