mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-21 15:12:34 +02:00
add title in every page and pass missing paramter in cloud function
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
async function AuthLoginAsMail(request) {
|
||||
try {
|
||||
//function for login user using user objectId without touching user's password
|
||||
|
||||
const serverUrl = process.env.SERVER_URL
|
||||
let otpN = request.params.otp;
|
||||
let otp = parseInt(otpN);
|
||||
let email = request.params.email;
|
||||
|
||||
Reference in New Issue
Block a user