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:
parent
90c13c0247
commit
984d3f1a5e
1 changed files with 2 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue