prep for live mocks

This commit is contained in:
Matt Hill
2021-06-14 17:02:26 -06:00
committed by Aiden McClelland
parent 8b84bdefac
commit 53a16775fe
11 changed files with 69 additions and 101 deletions

View File

@@ -30,7 +30,7 @@ export class LoginPage {
async submit () {
try {
await this.loader.displayDuringP(
this.authService.submitPassword(this.password),
this.authService.login(this.password),
)
this.password = ''
await this.navCtrl.navigateForward(['/'])