Skip to content

Commit a9098d6

Browse files
authored
Fix: Universal Login Authentication Profile reverts to Identifier+Password after import (#1333)
Fix: Universal Login Authentication Profile reverts to Identifier+Password after import
1 parent c57563b commit a9098d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tools/auth0/handlers/prompts.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { isEmpty } from 'lodash';
22
import { Management } from 'auth0';
3-
import DefaultHandler from './default';
3+
import DefaultHandler, { order } from './default';
44
import { Assets, Language, languages } from '../../../types';
55
import log from '../../../logger';
66
import { paginate } from '../client';
@@ -479,6 +479,7 @@ export default class PromptsHandler extends DefaultHandler {
479479
);
480480
}
481481

482+
@order('80')
482483
async processChanges(assets: Assets): Promise<void> {
483484
const { prompts } = assets;
484485

0 commit comments

Comments
 (0)