We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90499dd commit 6aa4ebeCopy full SHA for 6aa4ebe
src/context.tsx
@@ -2,7 +2,10 @@ import React from 'react';
2
3
export const WPContext = React.createContext<{
4
url: string;
5
- auth: { email: string; password: string };
+ auth: {
6
+ email: string;
7
+ password: string;
8
+ };
9
}>({
10
url: '',
11
auth: {
0 commit comments