Add session service and startup logic to check for authed user (#15)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<ion-app class="dark">
|
||||
<ion-split-pane contentId="main-content">
|
||||
<ion-split-pane contentId="main-content" *ngIf="ready$ | async">
|
||||
<ion-menu class="sidebar" contentId="main-content" content="content" type="push" side="start">
|
||||
<ion-header>
|
||||
<ion-toolbar color="primary">
|
||||
<ion-title>Noded
|
||||
<ion-title>{{ appName }}
|
||||
<ion-menu-toggle menu="first" autoHide="false"></ion-menu-toggle>
|
||||
</ion-title>
|
||||
</ion-toolbar>
|
||||
|
||||
Reference in New Issue
Block a user