Skip to content

Commit

Permalink
Remove access token param (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfisher committed May 29, 2022
1 parent f20dc97 commit d426060
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export type AuthsignalChallenge = {
accessToken: string;
challengeUrl: string;
};

Expand Down

0 comments on commit d426060

Please sign in to comment.