Browse Source

Refactoring

pull/6085/head
Thomas Kaul 7 days ago
parent
commit
11ec55dc34
  1. 2
      apps/client/src/app/components/user-account-settings/user-account-settings.component.ts

2
apps/client/src/app/components/user-account-settings/user-account-settings.component.ts

@ -172,7 +172,7 @@ export class GfUserAccountSettingsComponent implements OnDestroy, OnInit {
if (aValue) {
window.location.href = `../${aValue}/${internalRoutes.account.path}`;
} else {
window.location.href = `../`;
window.location.href = '../';
}
}
});

Loading…
Cancel
Save