mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-20 06:35:54 +02:00
changes in plans subtitle and pass as12345
This commit is contained in:
@@ -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