Skip to content

Commit

Permalink
[Login] password reset page- missing element import (#9171)
Browse files Browse the repository at this point in the history
Add missing import to reset password page

Fixes #9143, Fixes #9144
  • Loading branch information
kongtiaowang committed Apr 4, 2024
1 parent 053dff6 commit c8c0ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/#/jsx/passwordExpiry.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, {Component} from 'react';
import PropTypes from 'prop-types';
import Panel from 'Panel';
import {
StaticElement,
FormElement,
PasswordElement,
ButtonElement,
Expand Down

0 comments on commit c8c0ddb

Please # to comment.