new features context to render features correctly on change
This commit is contained in:
@ -13,9 +13,7 @@ interface state {
|
||||
wrongPWDInfo: boolean;
|
||||
}
|
||||
|
||||
interface Props {
|
||||
onSuccessLogin: () => void;
|
||||
}
|
||||
interface Props {}
|
||||
|
||||
class AuthenticationPage extends React.Component<Props, state> {
|
||||
constructor(props: Props) {
|
||||
|
Reference in New Issue
Block a user