mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-23 12:51:13 +00:00
Forgot to include in merge
This commit is contained in:
parent
89c366963e
commit
d02afa3b6a
1 changed files with 0 additions and 5 deletions
|
@ -85,11 +85,6 @@ function handleLoginTotpChange(i: Login, event: any) {
|
||||||
i.setState(i.state);
|
i.setState(i.state);
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleLoginPasswordChange(i: Login, event: any) {
|
|
||||||
i.state.form.password = event.target.value;
|
|
||||||
i.setState(i.state);
|
|
||||||
}
|
|
||||||
|
|
||||||
export class Login extends Component<
|
export class Login extends Component<
|
||||||
RouteComponentProps<Record<string, never>>,
|
RouteComponentProps<Record<string, never>>,
|
||||||
State
|
State
|
||||||
|
|
Loading…
Reference in a new issue