Skip to content

Commit

Permalink
feat: make manifestPath optional
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Feb 17, 2020
1 parent 8d85e74 commit bb1e287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect/src/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface FinishedData {
export interface AuthOptions {
// The URL you want the user to be redirected to after authentication.
redirectTo: string;
manifestPath: string;
manifestPath?: string;
finished?: (payload: FinishedData) => void;
authOrigin?: string;
sendToSignIn?: boolean;
Expand Down

0 comments on commit bb1e287

Please sign in to comment.