mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-10 19:50:51 +02:00
add loggedin analysis required for MV3 migration
This commit is contained in:
1949
package-lock.json
generated
1949
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -166,6 +166,8 @@ export default class App extends Component {
|
||||
if (user) {
|
||||
log('You are -> ', user);
|
||||
alertsService.add('You are now logged in!');
|
||||
trackEvent('fn', 'loggedIn', window.IS_EXTENSION ? 'extension' : 'web');
|
||||
|
||||
this.setState({ user });
|
||||
window.user = user;
|
||||
if (!window.localStorage[LocalStorageKeys.ASKED_TO_IMPORT_CREATIONS]) {
|
||||
|
Reference in New Issue
Block a user