Skip to content

Commit

Permalink
Merge pull request #353 from concord-consortium/186862486-google-driv…
Browse files Browse the repository at this point in the history
…e-hotfix

fix: Remove select different account link for now [PT-186862486]
  • Loading branch information
kswenson authored Jan 19, 2024
2 parents 2021f6d + 3aa2f26 commit eea4597
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/code/providers/google-drive-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ const GoogleFileDialogTabView = createReactClassFactory({
return (
div({ className: "provider-message" },
div({}, span({ style: { marginRight: 5 } }, tr("~GOOGLE_DRIVE.USERNAME_LABEL")), strong({}, user.name)),
div({ className: "provider-message-action", onClick: this.props.logout }, tr("~GOOGLE_DRIVE.SELECT_DIFFERENT_ACCOUNT"))
// HOTFIX: remove this until we can figure out why it is requesting more scopes
// div({ className: "provider-message-action", onClick: this.props.logout }, tr("~GOOGLE_DRIVE.SELECT_DIFFERENT_ACCOUNT"))
)
)
}
Expand Down

0 comments on commit eea4597

Please sign in to comment.