We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4779832 commit b8fe82cCopy full SHA for b8fe82c
examples/angular2/app/main.ts
@@ -10,7 +10,7 @@ var APP_VER:string = 'v1';
10
Backendless.initApp(APP_ID, APP_KEY, APP_VER);
11
12
var user:Backendless.User = new Backendless.User();
13
-user.username = 'michael@backendless.com';
+user.email = 'michael@backendless.com';
14
user.password = "my_super_password";
15
16
try {
examples/typescript/app.ts
@@ -8,7 +8,7 @@ module MyApp {
8
9
- user.username = "michael@backendless.com";
+ user.email = "michael@backendless.com";
0 commit comments