Add console registrars paging, fix empty registrars mobile (#2162)

This commit is contained in:
Pavlo Tkach
2023-10-03 15:51:48 -04:00
committed by GitHub
parent cc1777af0c
commit e07f25000d
13 changed files with 139 additions and 38 deletions
@@ -28,4 +28,8 @@ export class HeaderComponent {
this.isNavOpen = !this.isNavOpen;
this.toggleNavOpen.emit(this.isNavOpen);
}
logOut() {
window.open('/console?gcp-iap-mode=CLEAR_LOGIN_COOKIE', '_self');
}
}