We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8045e30 commit 9a1a8d7Copy full SHA for 9a1a8d7
getAppPasswords.gs
@@ -4,7 +4,7 @@
4
*/
5
6
function getAppPasswords() {
7
- try { // <-- Moved the try block here
+ try {
8
const userEmail = Session.getActiveUser().getEmail();
9
const domain = userEmail.split("@").pop();
10
0 commit comments