changes in plans subtitle and pass as12345

This commit is contained in:
prafullnavkar-nxg
2023-10-26 12:29:41 +05:30
parent e85dc63fc7
commit 63b613becf
2 changed files with 2 additions and 2 deletions
@@ -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 => {