Always display reset modal on success
This commit is contained in:
parent
cecd10da34
commit
9a50eb8663
9 changed files with 26 additions and 82 deletions
|
@ -29,11 +29,6 @@ export const getUsernameLinkState = createSelector(
|
|||
(state: UsernameStateType): UsernameLinkState => state.linkState
|
||||
);
|
||||
|
||||
export const getUsernameLinkRecovered = createSelector(
|
||||
getUsernameState,
|
||||
(state: UsernameStateType): boolean => state.linkRecovered
|
||||
);
|
||||
|
||||
export const getUsernameReservation = createSelector(
|
||||
getUsernameState,
|
||||
(state: UsernameStateType): UsernameReservationStateType =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue