Skip to content

Commit 9a1a8d7

Browse files
committed
Update getAppPasswords.gs
1 parent 8045e30 commit 9a1a8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getAppPasswords.gs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
 */
55

66
function getAppPasswords() {
7-
try { // <-- Moved the try block here
7+
try {
88
const userEmail = Session.getActiveUser().getEmail();
99
const domain = userEmail.split("@").pop();
1010

0 commit comments

Comments
 (0)