feat: existing user can sign in with sso

This commit is contained in:
prafull-opensignlabs
2024-05-31 11:41:53 +05:30
parent be93e6a214
commit bc5c8cac33
10 changed files with 497 additions and 151 deletions
@@ -39,7 +39,7 @@ async function sendMailOTPv1(request) {
code +
'</p></div> </div> </div></body></html>',
});
console.log('OTP sent');
console.log('OTP sent', code);
if (request.params?.docId) {
const extUserId = await getDocument(request.params?.docId);
if (extUserId) {