Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kasvith committed Oct 30, 2022
1 parent ede9fc2 commit ff964bf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/helpers/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ This is not an official method exposed by google

- **Example**

<<< @/helpers/snippets/decodeJwt.vue
<<< @/helpers/snippets/decodeCredential.vue

**Output:**

<<< @/helpers/snippets/jwtTokenExample.json
<<< @/helpers/snippets/decodeCredentialResponse.json
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from "./account";
export * from "./oauth2";
export * from "./types";

0 comments on commit ff964bf

Please sign in to comment.