Skip to content

Commit 6aa4ebe

Browse files
committed
Update context.tsx
1 parent 90499dd commit 6aa4ebe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/context.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ import React from 'react';
22

33
export const WPContext = React.createContext<{
44
url: string;
5-
auth: { email: string; password: string };
5+
auth: {
6+
email: string;
7+
password: string;
8+
};
69
}>({
710
url: '',
811
auth: {

0 commit comments

Comments
 (0)