Skip to content
Snippets Groups Projects
Commit bc1722ab authored by Marcelo Schmidt's avatar Marcelo Schmidt Committed by Gabriel Engel
Browse files

[FIX] wrong importing of e2e (#13863)

parent f776cf68
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
import { Accounts } from 'meteor/accounts-base';
import { e2e } from '..';
import { e2e } from './rocketchat.e2e';
Accounts.onLogout(() => {
e2e.stopClient();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment