Skip to content

Commit 8b70393

Browse files
K-Mistelecmatheson
authored andcommitted
fix: add getSignInUrl and getSignUpUrl to NOOP_CLIENT
1 parent 82ad9b8 commit 8b70393

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/provider.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,6 @@ const NOOP_CLIENT: Client = {
138138
getAccessToken: () => Promise.reject(new LoginRequiredError()),
139139
switchToOrganization: () => Promise.resolve(),
140140
signOut: async () => {},
141+
getSignInUrl: async () => '',
142+
getSignUpUrl: async () => ''
141143
};

0 commit comments

Comments
 (0)