health page, manifest page, watch unauth, begin redesign

This commit is contained in:
Matt Hill
2021-06-22 17:34:56 -06:00
committed by Aiden McClelland
parent 409c550b5e
commit 21530ce63c
28 changed files with 614 additions and 302 deletions

View File

@@ -100,7 +100,7 @@ export class AppComponent {
}
})
this.http.watch401$().subscribe(() => {
this.http.watchUnauth$().subscribe(() => {
this.authService.setUnverified()
})
}