commit | d62ea7961d028976e3126bd8e9438ead31383965 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Dec 22 14:02:28 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Dec 22 14:03:13 2016 -0800 |
tree | 2e695365aebae234d7038e2610285937c828bd80 | |
parent | a8a6fbb2cb8b85fa23b20f9a9a1f24c8d804261f [diff] [blame] |
Dashboard and nginx fixes Change-Id: I4ee34b24779f929f41852d4662018caead860ab6
diff --git a/src/app/core/header/header.ts b/src/app/core/header/header.ts index efaa385..849767f 100644 --- a/src/app/core/header/header.ts +++ b/src/app/core/header/header.ts
@@ -35,7 +35,7 @@ // tapToDismiss: false }); - this.userEmail = this.authService.getUser().email; + this.userEmail = this.authService.getUser() ? this.authService.getUser().email : ''; this.syncStore.query() .subscribe(