Skip to content

Commit 6365939

Browse files
committed
fix
1 parent 3b1a265 commit 6365939

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ionicauth2/src/pages/login/login.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ export class LoginPage {
4545

4646
this.auth.login('basic', {'email':this.email, 'password':this.password}).then(() => {
4747
console.log('ok i guess?');
48+
loader.dismissAll();
49+
this.navCtrl.setRoot(HomePage);
4850
}, (err) => {
4951
loader.dismissAll();
5052
console.log(err.message);

0 commit comments

Comments
 (0)