1
0
Fork 0
mirror of https://github.com/sensebox/blockly-app synced 2025-07-03 03:00:23 +02:00
This commit is contained in:
Thiemann96 2020-02-20 17:07:08 +01:00
parent 77a981cac8
commit 3b78c2e8db

View file

@ -29,7 +29,7 @@ export class LoginPage {
private async submitLogin(form){
try {
this.token = await this.loginProvider.login(form.values.email,form.values.password)
this.token = await this.loginProvider.login(form.value.email,form.value.password)
this.boxes = await this.loginProvider.getUserBoxes(this.token);
}
catch(err){