Skip to content

Commit

Permalink
[FIX] wrong importing of e2e (#13863)
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloschmidt authored and engelgabriel committed Mar 22, 2019
1 parent f776cf6 commit bc1722a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/e2e/client/accountEncryption.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import toastr from 'toastr';
import s from 'underscore.string';
import { settings } from '../../settings';
import { t } from '../../utils';
import { e2e } from '..';
import { e2e } from './rocketchat.e2e';

Template.accountEncryption.helpers({
isEnabled() {
Expand Down
2 changes: 1 addition & 1 deletion app/e2e/client/events.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Accounts } from 'meteor/accounts-base';
import { e2e } from '..';
import { e2e } from './rocketchat.e2e';

Accounts.onLogout(() => {
e2e.stopClient();
Expand Down

0 comments on commit bc1722a

Please sign in to comment.