Index: login/src/main/resources/org/hippoecm/frontend/plugins/login/login-init.js IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- login/src/main/resources/org/hippoecm/frontend/plugins/login/login-init.js (revision 195f2f9eefb8ddd9effabf0ef1497be0d73c22e4) +++ login/src/main/resources/org/hippoecm/frontend/plugins/login/login-init.js (date 1573232157911) @@ -23,6 +23,10 @@ let bg; let current = null; + if (top.location!= self.location) { + top.location.reload(); + } + function inRange(nr, min, max) { return ((nr-min)*(nr-max) <= 0); }