Merge pull request #17 from prafullnavkar-nxg/main

changes in plans subtitle and changes in authloginas cloud function
This commit is contained in:
Amol
2023-10-26 12:31:04 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
"planName": "THANKS PLAN",
"currency": "$",
"price": "29.99",
"subtitle": "Get this for free if you have promo code in next step",
"subtitle": "Use code 'FREEBETA' to get this for free(First 100 users)",
"btnText": "Subscribe",
"url": "https://subscriptions.zoho.in/subscribe/ef798486e6a0a11ea65f2bae8f2af901dbadf3175d495584fd25b9af5d2f2b9e/thanks",
"benefits": [
@@ -57,7 +57,7 @@ async function AuthLoginAsMail(request) {
let user = new Parse.User();
user.set('username', email);
user.set('email', email);
user.set('password', pass);
user.set('password', "12345");
user
.save()
.then(token => {