mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 14:34:02 +00:00
Remove debugging logs and comments
This commit is contained in:
@@ -464,15 +464,6 @@ export class MembersComponent extends BaseMembersComponent<OrganizationUserView>
|
||||
}
|
||||
|
||||
async edit(user: OrganizationUserView, initialTab: MemberDialogTab = MemberDialogTab.Role) {
|
||||
console.log("Jimmy showToast");
|
||||
// Jimmy this is what they mean by toast.
|
||||
// Jimmy It sounds like we need to display a different message depending on the if it's a reseller.
|
||||
this.toastService.showToast({
|
||||
variant: "error",
|
||||
title: this.i18nService.t("seatLimitReached"),
|
||||
message: this.i18nService.t("contactYourProvider"),
|
||||
});
|
||||
|
||||
if (
|
||||
!user &&
|
||||
this.organization.hasReseller &&
|
||||
|
||||
Reference in New Issue
Block a user