Skip to content

Commit

Permalink
[#17] Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
liamstevens111 committed Mar 22, 2023
1 parent 6007900 commit 2aec3ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/adapters/authAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class AuthAdapter extends BaseAdapter {

static resetPassword(email: string) {
const requestParams = {
...commonParams,
...OauthParams,
user: { email: email },
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/PrivateRoute/index.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable camelcase */
import { MemoryRouter } from 'react-router-dom';

import { render, screen, waitForElementToBeRemoved } from '@testing-library/react';
import { render, screen } from '@testing-library/react';

import PrivateRoute from '.';
import { setItem, clearItem } from '../../helpers/localStorage';
Expand Down

0 comments on commit 2aec3ac

Please sign in to comment.