login page and fix autoscrolling on nav

This commit is contained in:
Matt Hill
2021-06-14 14:28:35 -06:00
committed by Aiden McClelland
parent 8d01ebe8b2
commit 21dd8fa618
22 changed files with 112 additions and 227 deletions

View File

@@ -96,7 +96,7 @@ export class AppComponent {
this.showMenu = false
this.patch.stop()
this.storage.clear()
this.router.navigate(['/auth'], { replaceUrl: true })
this.router.navigate(['/login'], { replaceUrl: true })
}
})