
This commit disassembles PromptStage and places function that don't need a reference to the PromptStage object into a collection of maps between the Stage type and the prompt associated with it. (In a better world, this would be a great place to try some post-Midgard mplementation of itemtype/itemid/itemprop). This surfaced the nature of the relationship between Password and Password (Repeat), allowing us to modify both to show password strength and password matching for the "change password" dialog.
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
import PasswordMatchIndicator from "./password-match-indicator.js";
|
|
|
|
export { PasswordMatchIndicator };
|
|
|
|
export default PasswordMatchIndicator;
|