Skip to content

Commit

Permalink
Update getAppPasswords.gs
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristlieb committed Oct 21, 2024
1 parent 8045e30 commit 9a1a8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getAppPasswords.gs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
 */

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

Expand Down

0 comments on commit 9a1a8d7

Please sign in to comment.