-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reset password - reset password dialog #278
Conversation
2e49571
to
a0b9bc9
Compare
a0b9bc9
to
93af449
Compare
@@ -38,7 +38,7 @@ export const Authentication: FC = () => { | |||
<Overlay display={displayAuthenticationOverlay} closeOverlay={toggleDisplayLoginOverlay}> | |||
<div className={styles.authenticationContainer}> | |||
<div className={styles.content}> | |||
<LoginForm closeOverlay={toggleDisplayLoginOverlay} /> | |||
<LoginFormWrapper closeOverlay={toggleDisplayLoginOverlay} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nie som si isty, ci mozeme ratat s tym, ze toggleDisplayLoginOverlay unmountne LoginFormWrapper component. ked sa neunmountne a ostane len nejak invisible, tak pri znovuotvoreni loginu by som cakal zachovany stav, ze resetujeme heslo
import {LoginForm} from '../LoginForm/LoginForm' | ||
import {PasswordResetRequestForm} from '../PasswordReset/PasswordResetRequest' | ||
|
||
export interface ILoginFormWrapper { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
skor pouzivame type
miesto interface
, co je ale uplny nitpick.
skor ale zapindam ze pouzivajme naming "ComponentProps", tzn. ja bys om pisal export type LoginFormWrapperProps = {
(1/2)