Skip to content

Commit

Permalink
Merge branch '4' into 5.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	client/dist/js/bundle-cms.js
#	client/src/components/FormField/RegisteredMFAMethodListField/AccountResetUI.js
  • Loading branch information
GuySartorelli committed Apr 27, 2023
2 parents 52624bb + a2ea054 commit 2a92573
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/js/bundle-cms.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ import LoadingIndicator from '../../LoadingIndicator';
import CircleDash from '../../Icons/CircleDash';
import CircleTick from '../../Icons/CircleTick';

/**
* regeneratorRuntime is not used explicitly in the code,
* but this import is necessary for the async handleSendReset method to work correctly
*/
import regeneratorRuntime from 'regenerator-runtime'; // eslint-disable-line

import fallbacks from '../../../../lang/src/en.json';

/**
Expand Down

0 comments on commit 2a92573

Please sign in to comment.