From f03f22b815348d4dfef963e1bd925e83fb431538 Mon Sep 17 00:00:00 2001 From: Rohit Kumar Rai Date: Sun, 4 Feb 2018 09:36:37 +0530 Subject: [PATCH] fix(profile): added emailPrivate to profile. Related to https://github.com/fabric8-ui/fabric8-ui/pull/2489 --- src/app/user/profile.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/user/profile.ts b/src/app/user/profile.ts index 65aff29..f2e89de 100644 --- a/src/app/user/profile.ts +++ b/src/app/user/profile.ts @@ -8,5 +8,6 @@ export class Profile { bio?: string; url?: string; email?: string; + emailPrivate?: boolean; cluster?: string; }