Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikozet committed Jul 3, 2024
1 parent 2acad0b commit 3a5fd67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/user/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,18 @@ import logError from '~/utils/debug';

export function initializeUser() {
console.log('initialize user is run');

return async (dispatch, getState) => {
const { safe } = getState();

console.log('initialize user is run2');

if (!safe.currentAccount) {
console.log('initialize user is run3');

return;
}
console.log('initialize user is run4');

try {
const migrationStatus = await core.user.getProfileMigrationConsent(
Expand Down

0 comments on commit 3a5fd67

Please sign in to comment.