Skip to content

Commit 472ec19

Browse files
author
Paulo Cabral
committed
Renamed cc-flow.js and cc-pat.js
1 parent 46f98d6 commit 472ec19

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

authentication/oauth-client-credentials/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Dependencies.
33
*/
44

5-
import {getMe, getToken} from "./cc-flow.js";
5+
import {getMe, getToken} from "./client-credentials-flow.js";
66
import fs from "fs";
77

88
(async () => {

authentication/personal-access-token/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Dependencies.
33
*/
44

5-
import {createNewPAT, getAuthenticationMethods, getMyPATs} from "./cc-pat.js";
5+
import {createNewPAT, getAuthenticationMethods, getMyPATs} from "./personal-access-token-flow.js";
66
import fs from "fs";
77

88
(async () => {

0 commit comments

Comments
 (0)