Skip to content

Commit a2b04fc

Browse files
committed
fix: add charts scope to sample app
fixes auth not working
1 parent 679d569 commit a2b04fc

File tree

2 files changed

+6126
-6126
lines changed

2 files changed

+6126
-6126
lines changed

examples/gauge/Lib/navigraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { getPackagesAPI } from "navigraph/packages"
77
const config: NavigraphApp = {
88
clientId: process.env.NG_CLIENT_ID,
99
clientSecret: process.env.NG_CLIENT_SECRET,
10-
scopes: [Scope.FMSDATA],
10+
scopes: [Scope.FMSDATA, Scope.CHARTS],
1111
}
1212

1313
if (!config.clientId || config.clientId.includes("<")) {

0 commit comments

Comments
 (0)