mirror of
https://github.com/google/nomulus
synced 2026-08-30 04:37:00 +00:00
Add console registrars paging, fix empty registrars mobile (#2162)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user