Skip to content

Commit

Permalink
Aborted extra change
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed Dec 8, 2020
1 parent ccaca45 commit e9fc542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat-ui/src/components/login-page/login-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import CookieDrawer from './cookie-policy-drawer';
interface LoginPageComponentProps {
fetching: boolean;
renderResetPassword: boolean;
onLogin: (username: string, password: string, next: string | null) => void;
onLogin: (username: string, password: string) => void;
}

function LoginPageComponent(props: LoginPageComponentProps & RouteComponentProps): JSX.Element {
Expand Down

0 comments on commit e9fc542

Please sign in to comment.