Basic functionality in place, need improved errors and logged in redirect
This commit is contained in:
@@ -12,6 +12,8 @@ function present(ctx: Object, team: Team) {
|
||||
slackConnected: !!team.slackId,
|
||||
googleConnected: !!team.googleId,
|
||||
sharing: team.sharing,
|
||||
subdomain: team.subdomain,
|
||||
url: team.url,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user