mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-12-23 10:11:57 +00:00
fix: actually expose oauth api
This commit is contained in:
parent
316f3c2186
commit
2a169a7613
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import { LaunchType, environment, getPreferenceValues } from "./environment";
|
|||
import { useNavigation } from "./navigation";
|
||||
import { Icon } from "./icons";
|
||||
import * as protocol from "../protocol";
|
||||
import { PCKEClient, RedirectMethod } from "./oauth";
|
||||
|
||||
const openExtensionPreferences = () => protocol.openExtensionPreferences();
|
||||
const openCommandPreferences = () => protocol.openCommandPreferences();
|
||||
|
|
@ -29,6 +30,10 @@ const raycastApi = {
|
|||
Icon,
|
||||
openExtensionPreferences,
|
||||
openCommandPreferences,
|
||||
OAuth: {
|
||||
PCKEClient,
|
||||
RedirectMethod,
|
||||
},
|
||||
Color: {
|
||||
Blue: "raycast-blue",
|
||||
Green: "raycast-green",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue