mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-21 15:12:34 +02:00
Merge pull request #17 from prafullnavkar-nxg/main
changes in plans subtitle and changes in authloginas cloud function
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user