add title in every page and pass missing paramter in cloud function

This commit is contained in:
prafullnavkar-nxg
2023-10-26 11:55:49 +05:30
parent 6abd0cfc5c
commit e85dc63fc7
10 changed files with 24 additions and 9 deletions
@@ -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;