mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
prep for live mocks
This commit is contained in:
committed by
Aiden McClelland
parent
8b84bdefac
commit
53a16775fe
@@ -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(['/'])
|
||||
|
||||
Reference in New Issue
Block a user