Skip to content

Commit 9dca306

Browse files
authored
Update tenant_management.js
1 parent 8bd6944 commit 9dca306

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

auth/tenant_management.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function deleteTenant() {
5454
// [END auth_delete_tenant]
5555
}
5656

57-
// [START auth_list_all_tentants]
57+
// [START auth_list_all_tenants]
5858
function listAllTenants(nextPageToken) {
5959
return admin.auth().tenantManager().listTenants(100, nextPageToken)
6060
.then((result) => {
@@ -66,4 +66,6 @@ function listAllTenants(nextPageToken) {
6666
}
6767
});
6868
}
69-
// [END auth_list_all_tentants]
69+
70+
listAllTenants();
71+
// [END auth_list_all_tenants]

0 commit comments

Comments
 (0)