Fix broken useraccounts UI i18n

This commit is contained in:
Denis Perov 2022-04-21 19:27:59 +03:00
parent c858e0b796
commit 566527dfad

View file

@ -1,6 +1,6 @@
// Load all useraccounts translations at once
import { Tracker } from 'meteor/tracker';
import { T9n } from 'meteor-accounts-t9n';
import { T9n } from 'meteor/useraccounts:core';
import { TAPi18n } from './tap';
T9n.setTracker({ Tracker });