Members -> People

Update help text throughout settings area
Add details on authentication method
This commit is contained in:
Tom Moor
2018-05-31 14:49:19 -07:00
parent da9477667c
commit 9315e3f0f0
8 changed files with 42 additions and 14 deletions

View File

@@ -28,6 +28,8 @@ export type Team = {
id: string,
name: string,
avatarUrl: string,
slackConnected: boolean,
googleConnected: boolean,
};
export type NavigationNode = {