Skip to content

Commit

Permalink
Merge pull request #351 from concord-consortium/186862486-remove-swit…
Browse files Browse the repository at this point in the history
…ch-account-hotfix

fix: Remove select different account link for now [PT-186862486]
  • Loading branch information
dougmartin authored Jan 17, 2024
2 parents 17bbd67 + 1cb7f30 commit f253f61
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 f253f61

Please sign in to comment.