Skip to content

Commit 980ce62

Browse files
Merge pull request #995 from OpenSignLabs/multiuser_issue
2 parents 4a6b883 + dccf757 commit 980ce62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/OpenSignServer/cloud/parsefunction/sendMailGmailProvider.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { google } from 'googleapis';
33
import fs from 'node:fs';
44
import https from 'https';
55
import http from 'http';
6+
import { useLocal } from '../../Utils.js';
67
const clientId = process.env.GOOGLE_CLIENT_ID;
78
const clientSecret = process.env.GOOGLE_CLIENT_SECRET;
89
// Function to create a Gmail client

0 commit comments

Comments
 (0)