Skip to content

Commit

Permalink
Off vpn error banner
Browse files Browse the repository at this point in the history
Summary:
Some features of bloks do not work off vpn.

Until we figure out how to make them off vpn

Reviewed By: LukeDefeo

Differential Revision: D51076469

fbshipit-source-id: c83d96e89d33d245845312b39928a7460a235217
  • Loading branch information
antonk52 authored and facebook-github-bot committed Nov 7, 2023
1 parent 4fa25b0 commit 39b1b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/flipper-common/src/server-types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ export type FlipperServerCommands = {
timeout?: number;
internGraphUrl?: string;
headers?: Record<string, string | number | boolean>;
vpnMode?: 'vpn' | 'vpnless';
},
) => Promise<GraphResponse>;
'intern-upload-scribe-logs': (
Expand Down

0 comments on commit 39b1b37

Please sign in to comment.