Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 95da0fd

Browse files
committed
add missing export
1 parent 9747dd1 commit 95da0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pages/User/PasswordStrengthBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const PasswordStrengthBar = React.lazy(
1212
* @property {string} currentPassword The password to check.
1313
* @property {(number, PasswordFeedback) => void} scoreChangeCallback A function which receives the password's strength and reacts to it.
1414
*/
15-
type PasswordStrengthBarWrapperArgs = {
15+
export type PasswordStrengthBarWrapperArgs = {
1616
currentPassword: string
1717
scoreChangeCallback: (score: number, feedback: PasswordFeedback) => void
1818
}

0 commit comments

Comments
 (0)