diff --git a/src/user/login.js b/src/user/login.js index 6b28b19..24f2fd5 100644 --- a/src/user/login.js +++ b/src/user/login.js @@ -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() {