Skip to content

Commit d6b5826

Browse files
committed
Address remaining comments
1 parent 1ff013e commit d6b5826

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps-script/incident-response/JavaScript.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@
6363
element.classList.remove('hidden');
6464
}
6565
</script>
66-
<!-- [END chat_incident_response_javascript] -->
66+
<!-- [END chat_incident_response_javascript] -->

apps-script/incident-response/appsscript.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"https://www.googleapis.com/auth/documents",
3636
"https://www.googleapis.com/auth/script.external_request",
3737
"https://www.googleapis.com/auth/userinfo.email",
38-
"https://www.googleapis.com/auth/cloud-platform"
38+
"https://www.googleapis.com/auth/cloud-platform",
39+
"https://www.googleapis.com/auth/admin.directory.user.readonly"
3940
],
4041
"chat": {}
4142
}

0 commit comments

Comments
 (0)