Skip to content

Commit ff964bf

Browse files
committed
fix: cleanup
1 parent ede9fc2 commit ff964bf

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

docs/helpers/account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ This is not an official method exposed by google
5151

5252
- **Example**
5353

54-
<<< @/helpers/snippets/decodeJwt.vue
54+
<<< @/helpers/snippets/decodeCredential.vue
5555

5656
**Output:**
5757

58-
<<< @/helpers/snippets/jwtTokenExample.json
58+
<<< @/helpers/snippets/decodeCredentialResponse.json

src/utils/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from "./account";
22
export * from "./oauth2";
3+
export * from "./types";

0 commit comments

Comments
 (0)